Skip to content

Commit

Permalink
Merge pull request #45 from johntrickett86/add-composer-run-dev
Browse files Browse the repository at this point in the history
Added composer run dev command from Laravel 11.28
  • Loading branch information
CodeWithDennis authored Nov 2, 2024
2 parents 341080c + 690002d commit 8dd1577
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 1 deletion.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"php": "^8.2",
"filament/filament": "^3.2",
"laravel/framework": "^11.9",
"laravel/pail": "^1.2",
"laravel/tinker": "^2.9",
"timokoerber/laravel-one-time-operations": "^1.4"
},
Expand Down Expand Up @@ -72,6 +73,10 @@
"npm install",
"npm run build"
],
"dev": [
"Composer\\Config::disableProcessTimeout",
"npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"php artisan pail -v --timeout=0\" \"npm run dev\" --names=server,queue,logs,vite"
],
"review": [
"@pint",
"@pest",
Expand Down
79 changes: 78 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8dd1577

Please sign in to comment.