* This is a laravel Admin Panel, based on [Rappasoft Laravel Boilerplate](https://github.com/rappasoft/laravel-5-boilerplate), with enhancemenets and many modules pre-made, just for you.
* The project is taken to Laravel 5.5 so we can develop from the latest Laravel.
### How do I get set up? ###
* After taking clone first create a database for the project.
* Rename the the .env.example file as .env and setup your enviornment configuration settings there e.g Database details.
* Run `composer install` command from the root directory.(For this command, make sure you have composer installed, https://getcomposer.org/download)
* Run `npm install` command from the root directory.(For this command, make sure you have npm installed, https://docs.npmjs.com/cli/install)
* Now run the commands `php artisan migrate` and then `php artisan db:seed`.
* Now run the commands `npm run prod` if on production environment or use `npm run dev` for development purposes.
* Run command `php artisan serve` and you can check website from `http://localhost:8000/`.
### Issues ###
If you come across any issues please report them [here](https://github.com/viralsolani/laravel-adminpanel/issues).