Update README.md

v1
Aji Kamaludin 1 year ago committed by GitHub
parent f2d21f993e
commit 9c73e84d0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,12 +12,23 @@ This just a laravel template with breeze react, user role based access crud with
## How to run
prepare env
```bash
cp .env.example .env # configure app for laravel
touch database/database.sqlite # if you use .env.example with default sqlite database
composer install
npm install
npm run dev # compiling asset for development
```
use php server
```bash
php artisan migrate --seed # create table for db and seed data
php artisan key:gen
php artisan ser #keep run to dev
```
compile asset
```bash
npm run dev # compiling asset for development # keep run for dev
```
## Default User

Loading…
Cancel
Save