Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/code-architect/restful-api-with-laravel-and-dingo

A Laravel based fully functional Restful API with custom commands and best coding practices of laravel.
https://github.com/code-architect/restful-api-with-laravel-and-dingo

apidoc-generator artisan-command composer continuous-integration dingo-api guzzle jwt-auth jwt-authentication jwt-token laratrust laravel laravel55 mysql php7 phpunit rest-framework restful-api sqlite3 travis-ci version-control

Last synced: 29 days ago
JSON representation

A Laravel based fully functional Restful API with custom commands and best coding practices of laravel.

Awesome Lists containing this project

README

        

#Restful-API-with-Laravel-and-Dingo

run the migrations with seeds.

"php artisan query:all" will fetch the data from weather apps.

rest of the commands can be found in php artisan.

Can generate documents:

"php artisan apidoc:generate" or "php artisan make:documentation"