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 9c73e84d0b | 1 year ago | |
---|---|---|
app | 1 year ago | |
bootstrap | 2 years ago | |
config | 2 years ago | |
database | 1 year ago | |
lang/en | 2 years ago | |
public | 2 years ago | |
resources | 2 years ago | |
routes | 2 years ago | |
storage | 2 years ago | |
tests | 2 years ago | |
.editorconfig | 2 years ago | |
.env.example | 1 year ago | |
.gitattributes | 2 years ago | |
.gitignore | 2 years ago | |
Dockerfile | 1 year ago | |
README.md | 1 year ago | |
artisan | 2 years ago | |
composer.json | 1 year ago | |
composer.lock | 1 year ago | |
default.conf | 2 years ago | |
docker-compose.yml | 2 years ago | |
jsconfig.json | 2 years ago | |
package-lock.json | 1 year ago | |
package.json | 1 year ago | |
phpunit.xml | 2 years ago | |
pint.json | 2 years ago | |
postcss.config.js | 2 years ago | |
tailwind.config.js | 2 years ago | |
user.ini | 2 years ago | |
vite.config.js | 2 years 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
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
Default User
username : admin@admin.com
password : password
Compile Assets ( to prod )
npm run build