Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AlShahawi committed Sep 15, 2019
1 parent 5ed9b7a commit 64d0da7
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,28 +53,28 @@
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"php-cs:issues": "vendor/bin/php-cs-fixer fix --diff --dry-run",
"php-cs:fix": "vendor/bin/php-cs-fixer fix",
"app:clear": "php artisan clear-compiled && php artisan cache:clear && php artisan config:clear && php artisan debugbar:clear && php artisan route:clear && php artisan view:clear",
"auto-complete:generate": [
"@php artisan ide-helper:meta",
"@php artisan ide-helper:generate",
"@php artisan ide-helper:models --nowrite"
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"
],
"post-update-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
"@php artisan ide-helper:generate",
"@php artisan ide-helper:meta"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
],
"post-update-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
"@php artisan ide-helper:generate",
"@php artisan ide-helper:meta"
],
"php-cs:issues": "vendor/bin/php-cs-fixer fix --diff --dry-run",
"php-cs:fix": "vendor/bin/php-cs-fixer fix",
"app:clear": "php artisan clear-compiled && php artisan cache:clear && php artisan config:clear && php artisan debugbar:clear && php artisan route:clear && php artisan view:clear",
"auto-complete:generate": [
"@php artisan ide-helper:meta",
"@php artisan ide-helper:generate",
"@php artisan ide-helper:models --nowrite"
]
}
}

0 comments on commit 64d0da7

Please sign in to comment.