Skip to content

gosman/bootstrap

Repository files navigation

About Bootstrap

Bootstrap is a starter Tailwind/Laravel admin panel application with user and role management.

Installation instructions

  1. Clone this repository
git clone https://github.com/gosman/bootstrap
  1. Change directory
cd bootstrap
  1. Update Composer
composer update
  1. Install NPM
npm install
  1. Rename .env.example to .env
mv .env.example .env
  1. Configure .env file with DB and App Settings Reference

  2. Generate application key

php artisan key:generate
  1. Run migrations
php artisan migrate
  1. Seed database
php artisan db:seed

Login

If you followed the steps above, 2 default accounts will have been created.

Admin account:

[email protected]

Passw0rd

User account:

[email protected]

Passw0rd

Branding

Replace the following files

/public/assets/images/favicon.ico

/public/assets/images/logo.png

Sidebar Menu

Sidebar menu configuration file

/config/menu.php

Sidebar icons

icons

Assets

CSS /resources/css/app.css

JS /resources/js/app.js

Changes made to these files need to compiled Reference

npm run dev

Support

Expert Digital Marketing

About

Laravel/Tailwind Bootstrap Admin Panel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published