Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


Start by creating an account at InstaMojo , here we have two options either you can make a regular account or let me put in good terms a“Live Account” else you...
In this article “Laravel 5.8 Email verification step by step” we will discuss about how to verify user email with laravel 5.8. In our daily development we usual...
A few years ago, LAMP stack used to dominate the market of building web-driven applications. At that time, MongoDB, Express.js, Angular.js, and Node.js were ind...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
NB: Osmose is a package that filters eloquent and runs best in a Laravel application. The osmose filter class defines a residue method that returns an array in...
Integrating a Himalayan payment gateway is an easy task. First of all you need to ask to the bank for the Merchant Id and Secret key.
Laravel is a PHP framework for constructing everything from small to enterprise-level applications. Laravel PHP Framework is built by Taylor Otwell in June 2011...
Finally, run npm run dev.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Although there are many articles about this topic, I decided to document this in a post for my future self and to share with all of you the approach I usually u...
Sometimes on development level you need to have some users for making your app as real as possible.
This setup is perfect for making READ operations faster. Ideally, a normal flow should: But in reality, we introduced a delay problem.
PHP 7.4 adds preloading support, a feature that could improve the performance of your code significantly. Let's look at it in depth.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Private constructors are a pattern found in object-oriented programming languages that prevents the class from being instantiated, except by itself. The first t...
That’s all there is to it! Now we will have a high-fidelity conversion of the XLSX file with all of the details and rendering elements correct.
Depending on which survey you believe, the market share of PHP currently stands somewhere between 70% and 80%. This means if you have visited 10 websites today,...
I want to share how to create Repository Pattern in Laravel 5.x application. Generally we are getting data directly from Model Classes (in MVC framework). But w...