abdelhak002 / how-to-make-an-api-with-laravel

The code from my youtube tutorial series for how to make an API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to make an API

This is a simple laravel API example including API versioning from my YouTube tutorial series on how to make an API.

My YouTube Tutorial Series

How to set up this project

  1. Clone this repo
  2. cd into the directory
  3. Run composer install
  4. Run php artisan key:generate
  5. Set up your .env file with the correct data (don't forget API_DOMAIN)
  6. Run the table migrations php artisan migrate
  7. Seed the database php artisan db:seed

Now you should have the same project I ended the series with.

About

The code from my youtube tutorial series for how to make an API


Languages

Language:PHP 95.4%Language:Blade 3.2%Language:Shell 0.8%Language:Vue 0.6%