this just laravel breeze with inertia react with setuped flowbite template for general purpose
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Aji Kamaludin 4715164348
Update SidebarNav.jsx
1 year ago
app add default setting 1 year ago
bootstrap Initial Commit 🎉 1 year ago
config Initial Commit 🎉 1 year ago
database add default setting 1 year ago
lang/en Initial Commit 🎉 1 year ago
public fix template 1 year ago
resources Update SidebarNav.jsx 1 year ago
routes add default setting 1 year ago
storage Initial Commit 🎉 1 year ago
tests Initial Commit 🎉 1 year ago
.editorconfig Initial Commit 🎉 1 year ago
.env.example Update .env.example 1 year ago
.gitattributes Initial Commit 🎉 1 year ago
.gitignore Initial Commit 🎉 1 year ago
Dockerfile migrate to ulid 1 year ago
README.md update readme 1 year ago
artisan Initial Commit 🎉 1 year ago
composer.json update package 1 year ago
composer.lock update package 1 year ago
default.conf Initial Commit 🎉 1 year ago
docker-compose.yml revert docker compose 1 year ago
jsconfig.json Initial Commit 🎉 1 year ago
package-lock.json update package 1 year ago
package.json update deps and fix typo setting model 1 year ago
phpunit.xml Initial Commit 🎉 1 year ago
pint.json Initial Commit 🎉 1 year ago
postcss.config.js Initial Commit 🎉 1 year ago
tailwind.config.js Initial Commit 🎉 1 year ago
user.ini Initial Commit 🎉 1 year ago
vite.config.js Initial Commit 🎉 1 year ago

README.md

Laravel Template - Flowbite

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

Support me

Trakteer Saya

Requirements

  • PHP 8.1 or latest
  • Node 16+ 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

Compile Assets ( to prod )

npm run build

TODO

  • add dark mode
  • add default setting (app name)