Latest Laravel/PHP Articles

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


medium.com

Traits in PHP
PHP does not support multiple inheritance. Traits are a mechanism to reduce some limitations of single inheritance and provide a flavor of multiple inheritance....
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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!