partial update create page opnames

This commit is contained in:
2025-06-03 12:56:33 +07:00
parent a881779c4f
commit 215792ce63
24 changed files with 4407 additions and 1542 deletions

View File

@@ -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": {