Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c347796c29 | ||
|
|
6dbec68894 | ||
|
|
661b4ebdb0 |
@@ -9,7 +9,7 @@
|
||||
|
||||
```cmd
|
||||
/c/wamp64/bin/php/php8.3.28/php.exe artisan serve
|
||||
vite
|
||||
npm run dev
|
||||
/c/wamp64/bin/php/php8.3.28/php.exe artisan queue:work
|
||||
```
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
APP_NAME=Laverie
|
||||
APP_NAME=laundry-backend
|
||||
APP_ENV=local
|
||||
APP_KEY=
|
||||
APP_DEBUG=true
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"description": "The skeleton application for the Laravel framework.",
|
||||
"keywords": ["laravel", "framework"],
|
||||
"license": "MIT",
|
||||
"version": "0.0.1",
|
||||
"require": {
|
||||
"php": "^8.3",
|
||||
"inertiajs/inertia-laravel": "^2.0",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"$schema": "https://www.schemastore.org/package.json",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"prod": "vite build",
|
||||
"dev": "vite"
|
||||
|
||||
Reference in New Issue
Block a user