Add task bundle:uninstall, bundle:unpublish, migrate:rollback bundle, migrate:reset bundle.
This commit is contained in:
@@ -38,6 +38,10 @@
|
||||
"description": "Install a bundle.",
|
||||
"command": "php artisan bundle:install swiftmailer"
|
||||
},
|
||||
"bundle:uninstall": {
|
||||
"description": "Uninstall a bundle, delete its public, rollback its migrations.",
|
||||
"command": "php artisan bundle:uninstall swiftmailer"
|
||||
},
|
||||
"bundle:upgrade": {
|
||||
"description": "Upgrade a bundle.",
|
||||
"command": "php artisan bundle:upgrade swiftmailer"
|
||||
@@ -45,6 +49,10 @@
|
||||
"bundle:publish": {
|
||||
"description": "Publish all bundles' assets.",
|
||||
"command": "php artisan bundle:publish"
|
||||
},
|
||||
"bundle:unpublish": {
|
||||
"description": "Delete all bundles' assets from the public directory.",
|
||||
"command": "php artisan bundle:unpublish"
|
||||
}
|
||||
},
|
||||
"Unit Testing": {
|
||||
|
||||
Reference in New Issue
Block a user