starter-laravel-10
The Laravel 10 And Bootstrap 5 Starter Kit is a comprehensive starter kit for Laravel projects. It includes Laravel UI for backend development, Bootstrap 5 for front-end design, DataTable Yajra for advanced data table functionalities, and Laravel Spatie for efficient role and permission management. Additionally, the kit features a dynamic menu generated from the database, offering navigational flexibility.
git clone https://github.com/suryadi445/starter-laravel-10-ui.git
cd starter-laravel-10-ui
composer install
, npm install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan db:seed
npm run dev
php artisan serve
The Laravel 10 And Bootstrap 5 Starter Kit provides a strong foundation for Laravel projects with its combination of Laravel framework, Bootstrap 5, DataTable Yajra, and Laravel Spatie. The inclusion of a dynamic menu further enhances user experience and navigation flexibility. With easy installation steps, this starter kit is a valuable resource for developers looking to kickstart their Laravel projects efficiently.