Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shahednasser/laravel-resources-tutorial

Tutorial on Laravel Resources
https://github.com/shahednasser/laravel-resources-tutorial

beginner laravel laravel-resources laravel8

Last synced: 15 days ago
JSON representation

Tutorial on Laravel Resources

Awesome Lists containing this project

README

        

# Laravel Resources Tutorial

Code for [Laravel Resources tutorial](https://blog.shahednasser.com/beginners-guide-to-laravel-resources/)

## Installation

Run the following to install dependencies after cloning the repository:

```bash
composer install
```

## Run Server

Run the server with the following command:

```bash
php artisan serve
```