Member-only story

Upcoming Laravel Articles

Dino Cajic
4 min readFeb 24, 2023
Dino Cajic on Laravel

For the past 60 articles (that’s right…60), we’ve looked at Laravel basics. It’s now time to dig into each of the concepts in length. This is usually the time of a Laravel developer’s journey that he or she will start reading through the docs at length. We’ll take a similar approach and really focus on understanding what the docs say with some relatively simple examples.

Aside from digging through and dissecting the Laravel docs themselves, we’ll spend some additional brain-energy on the following more advanced concepts:

  1. Custom Artisan commands: Artisan is Laravel’s command-line interface, and developers can create custom commands to automate tasks specific to their application.
  2. Service container and service providers: Laravel’s service container provides a powerful way to manage dependencies and inject dependencies into classes. Service providers allow developers to register services with the container and perform other initialization tasks.
  3. Middleware: Laravel’s middleware provides a flexible way to add pre- and post-processing logic to HTTP requests and…

--

--

Dino Cajic
Dino Cajic

Written by Dino Cajic

Author of An Illustrative Introduction to Algorithms. IT Leader with a B.S. in Computer Science, a minor in Biology, and a passion for learning.

No responses yet