Free Frontend Preset for Laravel
Product description
There’s more to simple design than you think. Especially when there is a lot going on beneath the surface. That's why we partnered with UPDIVISION to give you the best of both worlds: clean, elegant design built on top of Bootstrap 4 with a Laravel backend.
Paper Dashboard Laravel is based on the extended version of Paper Dashboard.We always rely on developers' feedback to improve user experience, so in Paper Dashboard Laravel we added requested components and additional example pages. We value consistency and design which blends in, so we went to great lengths to make everything fit together perfectly.
Getting started:
- In your application's root create a presets folder
- Download an archive of the repo and unzip it
- Copy and paste paper-dashboard-2-master folder in presets (created in step 2) and rename it to paper
- Open
composer.json
file
- Add
"LaravelFrontendPresets\PaperPreset\": "presets/paper/src"
to autoload/psr-4
and to autoload-dev/psr-4
- Add
LaravelFrontendPresets\PaperPreset\PaperPresetServiceProvider::class
to config/app.php
file
- In your terminal run
composer dump-autoload
- Run
php artisan preset paper
command to install the Paper Dashboard 2 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. Paper 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.
Clean & simple design
Paper Dashboard Laravel combines soft, pastel colors with beautiful typography and spacious cards. It's a great tool for building powerful apps with a clean, simple look & feel, a perfect fit for today's flat design.
We only included components that you actually need in an admin dashboard, without compromising flexibility. Paper Dashboard Laravel has enough features to get the job done, but it's not bloated to the point where you can't find the files for a specific plugin.
Out of the box login and register
Paper 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 everything you need to get started right away.
Detailed documentation & example pages:
We also included detailed documentation for every component and commented code so you can follow along. For an easy start or inspiration for you project, we created a set of example pages you can check out in the Live Preview.