Laravel Bootstrap Starter is a powerful framework combining Laravel and Bootstrap. It offers pre-built components, styles, and features for rapid web application development. With authentication, database integration, and more included, developers can focus on custom logic while maintaining clean code.
- Laravel 10
- Bootstrap 5
- Authentication
- User Management
- Role Management
- Activity Log
- Team Management
- PHP >= 8.1
- Composer
- Node.js >= 14.0
- NPM >= 6.0
- MySQL >= 5.7
- Git
- Clone the repository
- Run
composer install
- Run
npm install
- Run
npm run dev
- Run
php artisan migrate
- Run
php artisan db:seed
- Run
php artisan serve
- Visit
http://laravel-bootstrap-starter.test
in your browser
Laravel Bootstrap Starter comes with authentication out of the box. You can register a new user or login with the default credentials.
- Email:
superadmin@admin.com
- Password:
password
Laravel Bootstrap Starter is open-sourced software licensed under the MIT license.