Now UI Dashboard Preset for Laravel
Published on by Paul Redmond
The Laravel Frontend Presets GitHub organization has a frontend preset for Now UI, a Bootstrap 4 admin template. Speed up development with this admin dashboard for Laravel 5.5:
After installing Now UI with composer, you can install it in your project with the following preset command:
php artisan preset nowui
The Now UI preset includes stubs for a profile page, a generic page, and a user controller to manage users.
You can learn more about this package, get full installation instructions, and view the source code on GitHub at laravel-frontend-presets/now-ui-dashboard.