https://github.com/fkoler/laravel-from-scratch
Laravel Step by Step
https://github.com/fkoler/laravel-from-scratch
alpine-js artisan blade eloquent-orm laravel laravel-breeze php postgresql tailwind tinker
Last synced: 2 months ago
JSON representation
Laravel Step by Step
- Host: GitHub
- URL: https://github.com/fkoler/laravel-from-scratch
- Owner: fkoler
- Created: 2025-05-09T19:56:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-25T20:22:47.000Z (11 months ago)
- Last Synced: 2025-07-26T03:37:23.795Z (11 months ago)
- Topics: alpine-js, artisan, blade, eloquent-orm, laravel, laravel-breeze, php, postgresql, tailwind, tinker
- Language: PHP
- Homepage:
- Size: 4.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel From Scratch
- Routing, Request & Response
- MVC
- Database Migrations
- Artisan CLI
- Tinker
- PostgreSQL Integration
- Factories & Seeding With Faker
- Eloquent ORM
- Blade Templates
- Components With Props, Attributes & Slots
- Blade Directives & Dynmaic Views
- Alpine JS For Interactivity
- Auth Facade & Directive
- Authorizartion & Policies
- How Sessions Work
- Middleware
- Laravel Breeze Overview
- Mailers
- Built-In Helpers - url, route, asset, session etc.
- Vite, NPM & Frontend Dependencies
- Tailwind CSS Integration
- Laravel Forge & Digital Ocean Deployment
- And Much Much More..