vscode-laravel-artisan icon indicating copy to clipboard operation
vscode-laravel-artisan copied to clipboard

Visual Studio Code Laravel Artisan Extension

Results 29 vscode-laravel-artisan issues
Sort by recently updated
recently updated
newest added

[CMD] "php" artisan module:make-controller PermissionController Admin --plain --api I can't use options

Since the artisan commands differ when using an older Laravel version (in this case 4.2), the extension's commands fail when executed (for instance, https://laravel.com/docs/4.2/migrations). Maybe Laravel 4.2 support should be...

- Issue Type: `Performance` - Extension Name: `laravel-artisan` - Extension Version: `0.0.26` - OS Version: `Windows_NT x64 10.0.18362` - VSCode version: `1.39.0` :warning: Make sure to **attach** this file from...

Artisan:Run Command make:auth report this error: [CMD] php "e:\xxxx\front/artisan" make:auth --views= --force= [ERROR] The "--views" option does not accept a value.

bug
blocked by laravel

Hi, Thank you for your work for this extension extension. I encounter an issue when I want to make anything in a specific folder. [CMD] "php" artisan make:request GameResults/GameResultStoreRequest [ERR]...

Can u please add commands like: 1. php artisan make:livewire 2. php artisan livewire:copy 3. php artisan livewire:move 4. php artisan livewire:delete

We have a setup similar to Sail. We have a `bin/artisan` script that can run the artisan commands, or we can shell into the app container and run them there....

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies