From 9c73e84d0bfb532141eccda0d8ac259398c4293c Mon Sep 17 00:00:00 2001 From: Aji Kamaludin Date: Thu, 8 Jun 2023 14:55:11 +0700 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be0f80e..59ea67f 100644 --- a/README.md +++ b/README.md @@ -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