Exploration Projects
Laravel CRUD basics - Self-directed Learning
Learning the basics of Laravel by building a simple CRUD application with built-in authentication
Description
This project was meant to learn the basics of Laravel by building a simple CRUD application with built-in authentication, following the official documentation and tutorials.
What I learned
- PHP fundamentals
- Laravel basics
- MVC architecture
- Eloquent ORM
- Blade templating