Skip to content

bishrulhaq/Laravel-5.8-API

Repository files navigation

How to build an API with Laravel 5.8 using Sqlite

This tutorial focuses on setting up an REST API in Laravel 5.8 using PHPUnit and SQLITE. If you’re new to Laravel or PHPUnit, Check out the Laravel Getting Started Guide and PHPUnit Documentation for more information.

  • Change the .env.example to .env
  • Type 'Composer Update' in your terminal to run composer updates.
  • Type 'vendor\bin\phpunit' in your terminal to run tests