Free Frontend Preset for Laravel
Product description
Build immersive experiences with NOW UI Dashboard Laravel, a responsive Bootstrap 4 admin dashboard with an integrated Laravel backend provided by UPDIVISION.
The dashboard's look & feel is inspired by NOW UI Kit, a beautiful cross-platform UI kit we developed together with Invision, the design platform powering the world's best user experiences.
Getting started:
- In your application's root create a presets folder
- Download an archive of the repo and unzip it
- Copy and paste now-ui-master folder in presets (created in step 2) and rename it to NowUi
- Open
composer.json
file
- Add
"LaravelFrontendPresets\NowUiPreset\": "presets/NowUi/src"
to autoload/psr-4
and to autoload-dev/psr-4
- Add
LaravelFrontendPresets\NowUiPreset\NowUiPresetServiceProvider::class
to config/app.php
file
- In your terminal run
composer dump-autoload
- Run
php artisan preset nowui
command to install the Argon 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. NOW UI 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
NOW UI Dashboard Laravel will help you create powerful apps with a clean, simple feel, a perfect fit for today's flat design. The dashboard uses colors which are easy on the eye, spacious cards and elegant typography. It also comes packed with all the basic plug-ins you will need for a project, such as charting or custom scrollbar.
Out of the box login and register
NOW UI 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. The pre-built example pages give you a quick glimpse of what NOW UI Dashboard Laravel has to offer and can serve as a solid foundation for your upcoming project.