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

https://github.com/joe-niland/laravel-api-guide

Laravel 5 project creation guide for REST APIs (needs an update!!)
https://github.com/joe-niland/laravel-api-guide

laravel oauth php-best-practices

Last synced: about 1 year ago
JSON representation

Laravel 5 project creation guide for REST APIs (needs an update!!)

Awesome Lists containing this project

README

          

laravel-api-guide :: Laravel 5.1 project creation guide for REST APIs
===========

The purpose of this repo is to provide a best practice, beginner's guide to creating a REST API with Laravel. I aim to keep this up to date as Laravel evolves. If you find any errors/inconsistencies/out-of-date things, or just want to provide feedback, please get in touch via the methods below.

Questions/Comments/Haikus
--------------------------

* [email](mailto:joe@originalmind.com.au)
* [GitHub issues](https://github.com/joe-niland/laravel-api-guide/issues)

Sections
========

1. [Installing Laravel](Installing-Laravel.md)
2. [Working with Laravel](Working-With-Laravel.md)
3. [Building an Application with Laravel](Building-an-Application-with-Laravel.md) **Coming soon**
- [Accounts Endpoint - Basic Creation](Accounts-Endpoint-Basics.md)
- [Accounts Endpoint - Porting Existing Code](Accounts-Endpoint-Porting.md)
- [Improving Model Validation](Improving-Model-Validation.md)
- [General Application Building](Building-General.md)
- [Authentication with OAuth2](Authentication-with-Oauth2.md)
4. [Application Management](Application-Management.md) **Incomplete**
5. [Unit Testing](Unit-Tests.md) **Incomplete**
6. [Deployment](Deployment.md) **Incomplete**
7. [Laravel & PHP Best Practices](Laravel-and-PHP-Best-Practices.md)

Licence
========

Creative Commons License
Laravel API Guide by Joe Niland is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Based on a work at https://github.com/joe-niland/laravel-api-guide/.
Permissions beyond the scope of this license may be available at http://originalmind.com.au/#contact.

See [full licence](LICENCE.md)