Free Frontend Preset for Laravel
Product description
Kickstart your next project with the Bootstrap 4 Admin Dashboard built for Laravel 9.x. We partnered with UPDIVISION to provide you with the best of both worlds: clean, elegant frontend design with a Laravel backend.
White Dashboard Laravel combines colors that are easy on the eye, spacious cards and beautiful typography, making it a great tool for managing and visualizing data.
Getting started:
- In your application's root create a presets folder
- Download an archive of the repo and unzip it
- Copy and paste white-dashboard-master folder in presets (created in step 2) and rename it to white
- Open
composer.json
file
- Add
"LaravelFrontendPresets\WhitePreset\": "presets/white/src"
to autoload/psr-4
and to autoload-dev/psr-4
- Add
LaravelFrontendPresets\WhitePreset\WhitePresetServiceProvider::class
to config/app.php
file
- In your terminal run
composer dump-autoload
- Run
php artisan preset white
command to install the White preset. This will install all the necessary assets and also the custom auth views, it will also add the auth route in routes/web.php
(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
- Run
php artisan migrate --seed
to create basic users table
Free for personal and commercial projects
Whether you're working on a side project or delivering to a client, we've got you covered. White Dashboard Laravel is released under MIT license, so you can use it both for personal and commercial projects for free. All you need to do is start building.
Fully customizable components
All components are built to fit together and look amazing. The dashboard features over 16 individual components, which you can easily customize to find the right fit for you. All elements can take variations in color using SASS files, while the 3 customized plug-ins are designed to speed up your development.
Out of the box login, register & profile editing
White Dashboard Laravel comes with a ready to use login, register and profile editing, a must-have for any app you're going to build. Instead of investing time in doing the integration, you have a boilerplate which lays the foundation for you.
Example pages to speed up delivery
Whether you are looking for inspiration or simply want to offer your clients a quick glimpse, the pre-built example pages can jump start your next project. Switching from the pre-built examples to a fully-functional app has never been easier.