Laravel template

License

The objective of this template is improve Laravel default structure adding some features and examples for build new projects.


Features

  • JWT Integration
  • IDE Helper
  • More is coming...

Requirements

installation and execution

  • git clone https://github.com/chsjr1996/laravel-template.git
  • cd laravel-template
  • composer install
  • cp .env.example .env
  • php artisan key:generate
  • php artisan jwt:secret
  • php artisan migrate
  • php artisan serve

References


Under development