File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ APP_ENV=local
3
3
APP_KEY =
4
4
APP_DEBUG = true
5
5
APP_TIMEZONE = UTC
6
- APP_URL = http://localhost
6
+ APP_URL = http://127.0.0.1:8000
7
7
8
8
APP_LOCALE = en
9
9
APP_FALLBACK_LOCALE = en
@@ -21,12 +21,12 @@ LOG_STACK=single
21
21
LOG_DEPRECATIONS_CHANNEL = null
22
22
LOG_LEVEL = debug
23
23
24
- DB_CONNECTION = sqlite
25
- # DB_HOST=127.0.0.1
26
- # DB_PORT=3306
27
- # DB_DATABASE=laravel
28
- # DB_USERNAME=root
29
- # DB_PASSWORD=
24
+ DB_CONNECTION = mysql
25
+ DB_HOST = 127.0.0.1
26
+ DB_PORT = 3306
27
+ DB_DATABASE = react_stater_kits
28
+ DB_USERNAME = root
29
+ DB_PASSWORD =
30
30
31
31
SESSION_DRIVER = database
32
32
SESSION_LIFETIME = 120
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://getcomposer.org/schema.json" ,
3
- "name" : " laravel/react- starter-kit" ,
3
+ "name" : " yogijowo/ starter-kit" ,
4
4
"type" : " project" ,
5
- "description" : " The skeleton application for the Laravel framework. " ,
5
+ "description" : " Starter Kit Laravel 12 + React + Inertia + Tailwind + ShadCN UI + Spatie Permission " ,
6
6
"keywords" : [
7
7
" laravel" ,
8
8
" framework"
You can’t perform that action at this time.
0 commit comments