https://github.com/sr2ds/laravel-9-tutorial
This repository is used to record simple videos in my Laravel Tutorials Youtube Playlist
https://github.com/sr2ds/laravel-9-tutorial
Last synced: about 1 year ago
JSON representation
This repository is used to record simple videos in my Laravel Tutorials Youtube Playlist
- Host: GitHub
- URL: https://github.com/sr2ds/laravel-9-tutorial
- Owner: sr2ds
- Created: 2022-04-07T09:13:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-26T11:05:46.000Z (almost 4 years ago)
- Last Synced: 2025-04-02T00:34:44.659Z (over 1 year ago)
- Language: PHP
- Size: 113 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel 9 - Tutorials
I'm working with a little playlist showing how to work with Laravel, can you show on:
https://www.youtube.com/playlist?list=PLidvkUdZtockQmjYdn7OYJPvdP3_79m4o
This is a simple repository with implementations about my videos, with tests and samples.
# Setup - Docker is required
```
composer install
vendor/bin/sail up -d
```
## Stubs Crud Simplify
To create a fast crud with tests and open-api documentation with stubs customized:
`php artisan make:model -c -f -m --api -R --test Product`