Package to install a regular Laravel Starter Kit with a non-regular different design theme.
Works only with the latest Laravel 9.
The package suggests to install Laravel Breeze (Tailwind) or Laravel UI (Bootstrap) starter kit, and adds the chosen design theme on top.
Notice: if you want more functionality than just the Starter Kit, check our premium product QuickAdminPanel.
This package should be used immediately after installing Laravel. If you add any more functionality, like routes or controllers, they may get overridden by Larastarters.
- Install fresh Laravel project
- Run
composer require laraveldaily/larastarters --dev
- Run
php artisan larastarters:install
- it will show a wizard to choose the starter kit and the theme (options are listed below) - Run
npm install && npm run dev
- That's it, you have Laravel Auth starter, just visit the home page and click Log in / Register
Internally this package runs several php artisan
commands during the install process. This command may not work and the installation process hang if you are within a container. Alternatively, you may pass the --php_version
flag to change this behaviour. For example: php artisan larastarters:install --php_version=./vendor/bin/sail
.
In the current version, there are 9 themes supported.
Tailwind Themes with Laravel Breeze
Example screenshots from Windmill theme:
Bootstrap Themes with Laravel UI
- Core UI - Bootstrap 5
- AdminLTE - Bootstrap 4
- Plainadmin - Bootstrap 5
- Volt - Bootstrap 5 - contributed by @knaazimkhan
- SB Admin 2 - Bootstrap 4 - contributed by @pcmehrdad
- Tabler.io - Bootstrap 5 - contributed by @PierreLebedel
Along with the design themes, we add a few features that are typical for almost any project:
- Profile management form to change name/email/password
- A sample table of Users list
- A sample static text page
- Two-level menu on the sidebar
Want more functions? Raise an issue with your suggestion, or check out our QuickAdminPanel.
- Enroll in our Laravel Online Courses
- Check out our adminpanel generator QuickAdminPanel
- Subscribe to our YouTube channel Laravel Daily