Laravel’s Automatic Resolution of DependenciesIn modern Laravel (specifically, since Laravel 8), you don’t need to explicitly register a service in a service provider if it’s being…Feb 12Feb 12
Laravel FacadeIn Laravel, a facade is a way to access complex features with a simple, easy-to-remember name. For example, Request::all() retrieves all…Feb 11Feb 11
Laravel API Auth with SanctumLaravel, created by Taylor Otwell, is the most popular PHP framework. But you already know that since you are here. In the following lines…Apr 12, 2021Apr 12, 2021