Skip to content

tutsplus/build-a-rest-api-with-laravel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructor: Jeremy McPeak

REST APIs are useful for all kinds of apps. They can be the back-end to a front-end web app, they can store data for a mobile app, or they can provide services to other apps or APIs. There are a lot of moving pieces to coding a RESTful API, but having the right tools can make it a lot easier. Laravel is one such tool—a great platform for building REST APIs.

In this course, Envato Tuts+ instructor Jeremy McPeak will teach you how to write a RESTful API using Laravel. Follow along as Jeremy codes a complete API that serves data on flights, airports and airline customers. Along the way, you'll learn how to define and seed a database, accept and validate input, and protecting the API.

Source Files Description

This repository contains the completed source code for the course project - a RESTful flight information API implemented in Laravel.


These are source files for the Envato Tuts+ course: Build a REST API With Laravel

Available on Tuts+. Teaching skills to millions worldwide.

About

Source code for Tuts+ course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 90.7%
  • HTML 5.8%
  • JavaScript 1.2%
  • CSS 1.1%
  • Other 1.2%