Bootstrap is a starter Tailwind/Laravel admin panel application with user and role management.
- Clone this repository
git clone https://github.com/gosman/bootstrap
- Change directory
cd bootstrap
- Update Composer
composer update
- Install NPM
npm install
- Rename .env.example to .env
mv .env.example .env
-
Configure .env file with DB and App Settings Reference
-
Generate application key
php artisan key:generate
- Run migrations
php artisan migrate
- Seed database
php artisan db:seed
If you followed the steps above, 2 default accounts will have been created.
Admin account:
Passw0rd
User account:
Passw0rd
Replace the following files
/public/assets/images/favicon.ico
/public/assets/images/logo.png
Sidebar menu configuration file
Sidebar icons
Changes made to these files need to compiled Reference
npm run dev