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!!)
- Host: GitHub
- URL: https://github.com/joe-niland/laravel-api-guide
- Owner: joe-niland
- License: other
- Created: 2015-07-06T10:53:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-03T23:21:23.000Z (over 8 years ago)
- Last Synced: 2025-04-26T04:53:10.030Z (about 1 year ago)
- Topics: laravel, oauth, php-best-practices
- Homepage:
- Size: 43 KB
- Stars: 18
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
========

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)