Adminator-HTML5-Admin-Template-Laravel-Implementation
Adminator-HTML5-Admin-Template-Laravel-Implementation copied to clipboard
Laravel implementation of Adminator by Colorlib
Adminator HTML5 Admin Template - Laravel Implementation
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
Preview
Screenshot
Demo Site: Here
TOC
-
Getting Started
- Prerequisites
- Installing
- Changelog
- Authors
- License
Getting Started
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.
Prerequisites
- Node.js
- Yarn or NPM
- Git
- Laravel 5.6 (tested)
Installing
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
Changelog
V 1.0.0
Initial Release
Original Authors
License
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.