Latest Laravel/PHP Articles

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


Imagine we have a database in our server and we want to connect or test this database remotely and connect to localhost applications. Yes, we can do it by just...
Working on my latest project — I found myself in situation where I had to extend default Postgres Query Grammar in Laravel 5.5. That turned to be not too straig...
95 % of data on Friends Of Php depend on Meetup.com API - updated daily. The website is free, so it might kill the content or I'd have to move to crawlers and h...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Since its release in 2011, Laravel has become popular choice for the development of business focused applications. One reason Laravel is too much popular in dev...
Laravel Telescope is an open source debugging assistant by Laravel, written by Taylor Otwell and Mohamed Said. It is open source, free and available on Github a...
A common problem or question while developing Laravel websites on localhost using MAMP or similar tools is you cant get to send or test email related functional...
Sometimes our applications do something so resource-taxing that it’s better to cache the result and return it. You’re totally fine with that approach, taking th...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
In this tutorial I will guide you on how to execute stored procedure from Laravel. The stored procedure can be execute from Laravel by following ways:
We are all know this library. I loved Guzzle because this make simple the request of data from Api. I not explain a basic request but i will explain how to requ...
In this post I will show how simple it is to create a modern reactive application by harmoniously combining the elements listed below. The work of this article...
We’ve been really busy with the growth of the company that we literally lost the track of time and control over the ticking clock. Sometimes it’s crazy and over...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Laravel Blade components and slots reduce the development time and help us build awesome web applications. The idea of Blade components and slots was inspired b...
First things first, You need to install Nginx on your Linux, Google on how to install nginx according to your linux distro. For example I am writing this for Ce...
Note: This will install wkhtmltopdf v 0.12.5 (with patched qt) in your php-fpm container. That’s it!
Laravel Collections is one of the most powerful features of Laravel. Basically, collections are PHP arrays but it’s an Object Oriented approach to deal with PHP...