Laravel Padawan

€20
0 ratings

This ebook covers the basic concepts and terminology used in Laravel, such as routing, controllers, views, models and migrations.

  1. Routing: Routing in Laravel is how you define which URLs should map to which controller actions. Laravel provides a powerful routing system that allows you to easily define your application's routes.
  2. Migrations: Migrations in Laravel are a way to manage your database schema changes over time. They allow you to define changes to your database schema as a series of migrations, which can be easily run and rolled back as needed.
  3. Models: Models in Laravel are PHP classes that represent database tables. They allow you to interact with the database in an object-oriented way, making it easy to read and write data to and from the database.
  4. Middleware: Middleware in Laravel allows you to add additional functionality to your application's HTTP requests and responses. You can use middleware to perform tasks such as authentication, logging, and input validation.
  5. Controllers: Controllers in Laravel are responsible for handling HTTP requests and returning responses. They act as a middle layer between the route and the view, allowing you to add logic and data processing to your application.
  6. Views: Views in Laravel are responsible for rendering HTML output to the user. They are typically composed of HTML, CSS, and PHP code.
  7. Blade templating engine: Blade is Laravel's built-in templating engine, which makes it easy to create reusable templates for your views. It provides a simple and intuitive syntax for including variables, conditional logic, and loops in your templates.
I want this!

Complete beginner guide to start building projects with Laravel

Pages
Size
1000 KB
Length
73 pages
Copy product URL
€20

Laravel Padawan

0 ratings
I want this!