mfg
This commit is contained in:
11
.ddev/.global_commands/web/artisan
Executable file
11
.ddev/.global_commands/web/artisan
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
#ddev-generated
|
||||
## Description: Run artisan CLI inside the web container
|
||||
## Usage: artisan [flags] [args]
|
||||
## Example: "ddev artisan list" or "ddev artisan cache:clear"
|
||||
## ProjectTypes: laravel
|
||||
## ExecRaw: true
|
||||
|
||||
php ./artisan "$@"
|
||||
|
||||
Reference in New Issue
Block a user