Skip to content

Commit fb92a75

Browse files
committed
Starter Kit Laravel 12 + React
1 parent e28eefd commit fb92a75

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.env.example

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ APP_ENV=local
33
APP_KEY=
44
APP_DEBUG=true
55
APP_TIMEZONE=UTC
6-
APP_URL=http://localhost
6+
APP_URL=http://127.0.0.1:8000
77

88
APP_LOCALE=en
99
APP_FALLBACK_LOCALE=en
@@ -21,12 +21,12 @@ LOG_STACK=single
2121
LOG_DEPRECATIONS_CHANNEL=null
2222
LOG_LEVEL=debug
2323

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=
3030

3131
SESSION_DRIVER=database
3232
SESSION_LIFETIME=120

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "https://getcomposer.org/schema.json",
3-
"name": "laravel/react-starter-kit",
3+
"name": "yogijowo/starter-kit",
44
"type": "project",
5-
"description": "The skeleton application for the Laravel framework.",
5+
"description": "Starter Kit Laravel 12 + React + Inertia + Tailwind + ShadCN UI + Spatie Permission",
66
"keywords": [
77
"laravel",
88
"framework"

0 commit comments

Comments
 (0)