/laravel-api-skeleton

A Laravel skeleton for API`s

Primary LanguagePHP

Laravel Skeleton API

A Laravel skeleton for work with APIs REST

Requeriments

  • PHP >= 7.1.3
  • mbstring PHP Extension
  • PDO Extension

Instalation

$ git clone https://github.com/flavianohonorato/laravel-api-skeleton

Do not forget to configure your database and the like in the .env configuration file. After doing this, run the following command within your installation directory:

$ composer install
$ php artisan migrate
$ php artisan jwt:secret
$ php artisan db:seed
$ php artisan serve

Used Packages

TODO

  • JWT Auth
  • CORS Enable
  • Documentation API
  • Modularization
  • PHPUnit Tests