Backend Skeleton

This app contains the basic application structure for backend development to work in PHP Storm. Project will contain Laravel 5 IDE Helper

Prerequisites

- PHP Web Storm
- PHP Mess Detecter https://phpmd.org/

Usage

  1. Clone/Download this repository.

  2. Run composer install command inside the project directory, to know more about composer

  3. Configure the environment file according to your project.

  4. You need to ENABLE PSR-2 coding styles

##Note after composer install, go to config/app.php and uncomment the Line 139 //Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class,

Optional

if you want more control, follow up this guide

Contributors

Mubin and Asad 

Good suggestions are appreciated.

License

The Laravel framework is open-sourced software licensed under the MIT license