A Laravel skeleton for work with APIs REST
- PHP >= 7.1.3
- mbstring PHP Extension
- PDO Extension
$ 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
- Laravel Framework 5.8.*[https://laravel.com/docs/5.8/]
- JWT Auth [https://github.com/tymondesigns/jwt-auth/]
- JWT Auth
- CORS Enable
- Documentation API
- Modularization
- PHPUnit Tests