-
What is Facades in Laravel and How it works?
Hello Artisan, Hope you guys are doing well. I’m Kishan Rank, a Senior Software Developer. Laravel ships with plenty of useful features and one of them is Facades. Today in this article I will let you know what actually Facades is, how it works, and what is alternative of Facades. From the official Definition of Laravel, Now let’s… Continue reading
-
Working with large amount of data or collection in Laravel
In developers’ life, there may be situations where they need to handle and process a large amount of data. Many times, when we process this large data through a loop, it consumes memory constantly, and you may also face the issue of the allowed memory size being exhausted. So today in this article I will let you… Continue reading
-
Service Container vs Service Provider in Laravel
Hello artisan, PHP is the most used server-side programming language on the web. In fact, 75 to 77% of all websites rely on PHP to some degree. Laravel is one of the most popular frameworks based on PHP. Laravel provides many pre-built features that users can use easily. In this article, I’ll explain the main difference between a Service Container and a Service Provider. As per… Continue reading