Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shahednasser/laravel-resources-tutorial
- Owner: shahednasser
- Created: 2021-09-29T10:07:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T18:37:59.000Z (over 1 year ago)
- Last Synced: 2024-10-11T14:53:14.111Z (3 months ago)
- Topics: beginner, laravel, laravel-resources, laravel8
- Language: PHP
- Homepage: https://blog.shahednasser.com/beginners-guide-to-laravel-resources/
- Size: 185 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```