sr2ds / laravel-9-tutorial

This repository is used to record simple videos in my Laravel Tutorials Youtube Playlist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This repository is used to record simple videos in my Laravel Tutorials Youtube Playlist


Languages

Language:PHP 86.1%Language:Blade 12.9%Language:Shell 0.6%Language:JavaScript 0.4%