Free Frontend Preset for Laravel
Product description
Starting from scratch is time-consuming, so we partnered with UPDIVISION to provide you with a free and easy way to jumpstart your next project: frontend and backend.
Light Bootstrap Dashboard Laravel is designed to be clean and simple. We only included components that you actually need in an admin dashboard, without compromising flexibility. The dashboard gives you the freedom of picking and combining elements to create lightweight, yet powerful admin panels for your custom applications.
Getting started:
- In your application's root create a presets folder
- Download an archive of the repo and unzip it
- Copy and paste light-bootstrap-dashboard-master folder in presets (created in step 2) and rename it to light-bootstrap
- Open
composer.json
file
- Add
"LaravelFrontendPresets\\LightBootstrapPreset\\": "presets/light-bootstrap/src"
to autoload/psr-4
and to autoload-dev/psr-4
- Add
LaravelFrontendPresets\LightBootstrapPreset\LightBootstrapPresetServiceProvider::class
to config/app.php
file
- In your terminal run
composer dump-autoload
- Run
php artisan preset light-bootstrap
command to install the Light Bootstrap 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. Light Bootstrap 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 implemented components & handpicked plugins
Light Bootstrap Dashboard Laravel comes with 16 handcrafted elements and 3 plugins. All elements are easily customizable, so that everything looks like you want it to look and does what you want it to do.
Out of the box login and register
Light Bootstrap Dashboard Laravel comes with a ready to use login and register forms, 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.
Detailed documentation:
We also included detailed documentation for every component and commented code so you can follow along.
Example pages for speedy 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.
During the development of this dashboard, we used existing resources from awesome developers. We want to thank them for providing their tools open source: Robert McIntosh for the notification system & Chartist for the wonderful charts.