@@ -21,15 +21,67 @@ For Laravel 5 Boilerplate Features : [Features](https://github.com/rappasoft/lar
...
@@ -21,15 +21,67 @@ For Laravel 5 Boilerplate Features : [Features](https://github.com/rappasoft/lar
Give your project a Head Start by using [laravel-adminpanel](https://github.com/viralsolani/laravel-adminpanel).
Give your project a Head Start by using [laravel-adminpanel](https://github.com/viralsolani/laravel-adminpanel).
### How do I get set up?
## Installation
* After taking clone first create a database for the project.
Please check the official laravel installation guide for server requirements before you start. [Official Documentation](https://laravel.com/docs/5.4/installation#installation)
* 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)
Clone the repository
* 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.