Skip to content

A collection of projects that use Laravel PHP Framework.

Notifications You must be signed in to change notification settings

PavlosTzitzos/laravel-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c435943 · Apr 26, 2024

History

34 Commits
Oct 25, 2023
Nov 5, 2023
Oct 25, 2023
Nov 5, 2023
Oct 29, 2023
Nov 8, 2023
Oct 17, 2023
Oct 13, 2023
Nov 8, 2023
Nov 8, 2023
Nov 5, 2023
Oct 25, 2023
Nov 2, 2023
Apr 26, 2024
Oct 13, 2023
Oct 13, 2023
Feb 12, 2024

Repository files navigation

laravel-samples

Contains templates that use Laravel .

To Do List

  • 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.

Sources

  1. How to install Laravel and it's dependacies for the first time

  2. First project - instagram clone check comments for the make:auth at 11:47

Project List

  1. laravel-first-project (basic template for reference)
  2. laravel-first-project-vsc (template with basic Model)
  3. laravel-auth (basic template with Auth Blaze)
  4. laravel-auth-roles (template with Auth and roles)
  5. laravel-authoriz (same as 4)
  6. laravel-cookies (cookies consent template)
  7. laravel-observer-pattern(template)
  8. laravel-model-observer(another implementation)
  9. laravel-react (PHP + React within one Project)
  10. livewire (template project)
  11. upload-image (template upload image MVC, CRUD)
  12. dynamic-input-form-fields (laravel + livewire, MVC, CRUD)
  13. websockets-app (laravel + )

Other Resources

For Repository Pattern check this video.