Laravel Facades
Getting non static function statically is called Facades. Lets set the cache like below in our web route cache()->set(‘name’,”navid”); and
Read moreGetting non static function statically is called Facades. Lets set the cache like below in our web route cache()->set(‘name’,”navid”); and
Read moreAll services are added to service container using Service Provider. Every service of your application is provided using service provider.
Read moreWe should understand Laravel’s Request lifecycle so that we may interact with/change request/response data or do anything else. First Step
Read more