Skip to content

Building a Basic API Tutorial

Craig Smith edited this page Dec 19, 2019 · 9 revisions

For this tutorial we will be making use of the following (you can substitute your own tools for the most)

  1. Docksal
  2. Postman for api testing
  3. Laravel 6.x
  4. Laravel Passport
  5. This Package (Duh)
  6. React Admin - for our visual site

Perhaps more as we build. this tutorial will be broken down into smallish steps that can be done pretty quickly.

Getting Started:

  1. Outside of the scope of this tutorial (and can be skipped if you use a different dev environment) Install Docksal & Postman on your machine
  2. Setup your dev environment and install laravel: composer create-project --prefer-dist laravel/laravel apitutorial
Clone this wiki locally