Skip to content
Laravel Aura

Laravel Aura

Technology is fun!

  • REST API
  • Eloquent
  • Controller
  • Architecture Concepts
  • Custom Facades
  • Middleware
  • General Topic
  • Database
  • Blade
  • CSRF
  • Laravel

Laravel

Blade Laravel 

Blade templating with Laravel 9

November 16, 2022February 5, 2023 Navid Anjum 0 Comments Blade template, Laravel

Laravel is a robust PHP web framework for building dynamic web applications. The powerful templating engine blade is provided by

Read more
General Topic Laravel Middleware 

Middleware in Laravel

December 7, 2021February 5, 2023 Navid Anjum 2 Comments Laravel, laravel middleware, middleware

A means for inspecting and filtering HTTP requests coming into our application is provided by middleware. Creating a new middleware

Read more
Controller General Topic Laravel 

Laravel Controllers

December 3, 2021February 5, 2023 Navid Anjum 0 Comments controller, Laravel, Laravel Controller, laravel8

Every controller class extends Laravel’s Base Controller class. Basic Controller We can code all functional elements, as well as communicate

Read more
General Topic 

How to use route in laravel 8

December 2, 2021February 5, 2023 Navid Anjum 0 Comments Laravel, laravel routing, routing, web route

Except for a URI and closure, a basic Laravel route is empty. Route::get(‘/route’,function(){ Return “Something”; }) Routes for the web

Read more
Laravel Request Lifecycle 

Laravel Service Providers

November 28, 2021February 5, 2023 Navid Anjum 0 Comments Architecture Concepts, Laravel, Laravel Service Providers

All services are added to service container using Service Provider. Every service of your application is provided using service provider.

Read more
Architecture Concepts Laravel Request Lifecycle 

Request lifecycle of Laravel

November 23, 2021February 5, 2023 Navid Anjum 0 Comments Architecture Concepts, Laravel

We should understand Laravel’s Request lifecycle so that we may interact with/change request/response data or do anything else. First Step

Read more

About Us

Laravel Aura
Some people feel that in order to learn anything, you must put forth a lot of effort. We do, however, know that there is a better way to grow. One in which what is good for the bottom line is also good for the students. We believe that if a person uses appropriate learning methods, they may develop with a conscience and prosper with a soul. That is why we created a blog site to assist people to learn and grow more successfully every day.
  • Terms and Conditions
  • Privacy Policy
  • About Us
  • Contact
  • Sitemap
Copyright © 2023 Laravel Aura. All rights reserved.
Theme: ColorMag by ThemeGrill. Powered by WordPress.