Skip to content

shahednasser/laravel-resources-tutorial

Repository files navigation

Laravel Resources Tutorial

Code for Laravel Resources tutorial

Installation

Run the following to install dependencies after cloning the repository:

composer install

Run Server

Run the server with the following command:

php artisan serve