partial update create page opnames
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
"name": "laravel/laravel",
|
||||
"type": "project",
|
||||
"description": "The Laravel Framework.",
|
||||
"keywords": ["framework", "laravel"],
|
||||
"keywords": [
|
||||
"framework",
|
||||
"laravel"
|
||||
],
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": "^7.3|^8.0",
|
||||
@@ -51,9 +54,10 @@
|
||||
"post-create-project-cmd": [
|
||||
"@php artisan key:generate --ansi"
|
||||
],
|
||||
"dev": "npm run development",
|
||||
"dev": "npx concurrently \"php artisan serve\" \"npm run hot\"",
|
||||
"development": "npx mix",
|
||||
"watch": "npx mix watch",
|
||||
"hot": "npx mix watch --hot",
|
||||
"production": "npx mix --production"
|
||||
},
|
||||
"extra": {
|
||||
|
||||
Reference in New Issue
Block a user