-
-
Notifications
You must be signed in to change notification settings - Fork 18
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)
- Docksal
- Postman for api testing
- Laravel 6.x
- Laravel Passport
- This Package (Duh)
- 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.
- Outside of the scope of this tutorial (and can be skipped if you use a different dev environment) Install Docksal & Postman on your machine
- Setup your dev environment and install laravel:
composer create-project --prefer-dist laravel/laravel apitutorial