Skip to content

flavianohonorato/laravel-api-skeleton

Repository files navigation

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

About

A Laravel skeleton for API`s

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •