Contains templates that use Laravel .
- finish the websockets app
- make a VueJS SPA
- make a React Client to consume a Laravel API
- add in the above Auth with JWT and maybe add 2FA.
- make a project with Cart or something that needs payment.
-
How to install Laravel and it's dependacies for the first time
-
First project - instagram clone check comments for the make:auth at 11:47
- laravel-first-project (basic template for reference)
- laravel-first-project-vsc (template with basic Model)
- laravel-auth (basic template with Auth Blaze)
- laravel-auth-roles (template with Auth and roles)
- laravel-authoriz (same as 4)
- laravel-cookies (cookies consent template)
- laravel-observer-pattern(template)
- laravel-model-observer(another implementation)
- laravel-react (PHP + React within one Project)
- livewire (template project)
- upload-image (template upload image MVC, CRUD)
- dynamic-input-form-fields (laravel + livewire, MVC, CRUD)
- websockets-app (laravel + )
For Repository Pattern check this video.