Laravel Starter Kit
A minimal starter kit for Laravel 8 using Bootstrap 5 and Webpixels CSS.
Features
- Laravel 8
- Laravel UI (for basic scaffolding like authentication)
- Bootstrap 5
- Webpixels CSS (design system for Bootstrap 5)
- Laravel Mix
Install
composer install
npm install
php artisan migrate
php artisan serve
npm run watch
Learn
Learn how to use, customize and integrate our tools with the most popular front end and back end technologies on the web.
Community
Get updates on the development of our tools and chat with the project maintainers and community members.
- Follow @webpxs on Twitter
- Read and subscribe to The Official Webpixels Blog
- Join the Webpixels Discord Server
Dropdown menu not working after login
Hi and thanks for this beautiful starter kit!
I installed it and everything seems to work except for the dropdown menu. When I click it, the menu does not open, so I have no chance to logout. There are no errors in the console, it just does not open.
Thanks for any help in advance
Pelle