Understanding Route/Router/Routing in Laravel. How is it registered?Before we start to know how Laravel routing works, I think you should know a few points before. In PHP, an object is passed by referenceNov 6, 20231Nov 6, 20231
Database/Message Queue/Pubsub Article IndexDatabase/Message Queue/Pubsub Article IndexNov 6, 2023Nov 6, 2023
Laravel Macroable: Understanding macros and mixinLaravel Macroable is a package, that allows adding extra functionality to a class that is missing in the class definition through a simple…Oct 12, 20222Oct 12, 20222
PHP 3 dots in method syntax: Understanding the First-class callable syntaxIn PHP, methods/functions are first-class citizens. That means, the functions can be assigned to a variable, passed as a function argument…Oct 11, 2022Oct 11, 2022