Code Monkey home page Code Monkey logo

Comments (8)

TheColorRed avatar TheColorRed commented on May 26, 2024 2

I have pushed this updated live and is should now be in the marketplace.

Let me know if you are still having issues.

from vscode-laravel-artisan.

jarjut avatar jarjut commented on May 26, 2024 1

not \d. the command work if u add /d.

cd /d "d:\pathToProject" && php artisan config:clear 
Configuration cache cleared!

from vscode-laravel-artisan.

jarjut avatar jarjut commented on May 26, 2024 1

yes it work

C:\>cd /d "C:\xampp"
C:\xampp>

/d only work for commandprompt. powershell and bash results error

from vscode-laravel-artisan.

jarjut avatar jarjut commented on May 26, 2024 1

It works.
i tried on two project in drive C: and drive D:

from vscode-laravel-artisan.

TheColorRed avatar TheColorRed commented on May 26, 2024

Instead of adding && G: but adding \d instead, does that work in the terminal for you?

So it would look like this:

cd \d "g:\Develop\Php\MyProj" && php artisan route:list

from vscode-laravel-artisan.

ChacMaster avatar ChacMaster commented on May 26, 2024

No, not work.

C:\Users\Carlos>cd \d "g:\Develop\Php\MyProj" && php artisan route:list
A sintaxe do nome do arquivo, do nome do diretório ou do rótulo do volume está incorreta.
(The syntax for the file name, directory name, or volume label is incorrect.)

from vscode-laravel-artisan.

TheColorRed avatar TheColorRed commented on May 26, 2024

Will the following command work when you don't want to switch drives (I need to know in order to fix the issue)?

  • c like so: cd /d "c:\myproject"

from vscode-laravel-artisan.

TheColorRed avatar TheColorRed commented on May 26, 2024

Here is an updated version of the extension (0.0.18). Could you install it and let me know if it fixes your issue(s).

View -> Extensions Next click on the three dots and select Install from VSIX...

laravel-artisan-0.0.18.vsix.zip

from vscode-laravel-artisan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.