Commit 28dc718c authored by Viral Solani's avatar Viral Solani Committed by GitHub

Merge pull request #9 from bvipul/vs_readme_file

Updated the readme file.
parents 97996e48 eeaa600d
# laravel-adminpanel
## Introduction ##
* 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).
### License
[MIT LICENSE](https://github.com/viralsolani/laravel-adminpanel/blob/master/LICENSE.txt)
[MIT LICENSE](https://github.com/viralsolani/laravel-adminpanel/blob/master/LICENSE.txt)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment