This is a Laravel implementation of Adminator
Original source: https://github.com/puikinsh/Adminator-admin-dashboard
Adminator is a responsive Bootstrap 4 Admin Template. It provides you with a collection of ready to use code snippets and utilities, custom pages, a collection of applications and some useful widgets. Preview of this awesome admin template available here: https://colorlib.com/polygon/adminator/index.html
Demo Site: Here
In order to run Adminator on your local machine all what you need to do is to have the prerequisites stated below installed on your machine and follow the installation steps down below.
- Node.js
- Yarn or NPM
- Git
- Laravel 5.6 (tested)
Installation is done by copy and pasting entire repo into your new laravel application and run following commands in your terminal. Start by typing the following commands in your terminal in order to get Adminator full package on your machine and starting a local development server with live reload feature.
> npm install
> npm run dev
> php artisan serve
To access admin dashboard: http://localhost:8000/admin/dashboard
Initial Release
Adminator is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the final products. But you always need to state that Colorlib is the original author of this template.