Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
My Learning in Laravel with @TheCodeholic
Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.
With @TheCodeholic 's free uploaded tutorial I've learned
- How to install Laravel x12
- Found out about Laravel Herd
- Routing
- Controller
- View
- Blade Engine
- Eloquent ORM
- Factories
- Seeding
- Tips and Tricks in manipulating data
- Pagination
- Requests & Responses