Skip to content

laravel starter kit with inertiajs-react, setup daisyui style admin template with RBAC for general purpose

License

Notifications You must be signed in to change notification settings

ajikamaludin/laravel-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Template - DaisyUI

This just a laravel template with breeze react, user role based access crud with setup daisyui style admin template test

Support me

Trakteer Saya

Requirements

  • PHP 8.2 or latest
  • Node 20+ or latest

How to run

prepare env

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

use php server

php artisan migrate --seed # create table for db and seed data
php artisan key:gen
php artisan ser #keep run to dev

compile asset

npm run dev # compiling asset for development # keep run for dev

easy way

docker compose up -d

Default User

username : admin@admin.com
password : password

Deploy ( go to production )

method 1 - compile assets

npm run build

after build the assets you can manually compress you application to deploy on web hosting / vps

method 2 - compress asset to ready upload

php artisan build

this command will generate app_name.zip in your root folder and its file ready with build assets and optimize files

Screen Capture


Features

1. Scaffold generator

it can generate 3 type of crud : form modal, form page, and single form, run command below to test

php artisan scaffold

About

laravel starter kit with inertiajs-react, setup daisyui style admin template with RBAC for general purpose

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages