Latest Laravel/PHP Articles

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


My blog, kevinpimentel.com, has a subscription form that I want to connect to MailChimp. If I search for a package on Google, I would find that there are Larave...
Laravel documentation is probably one of the best out there considering it explains almost everything in a clear way. It’s your best ally when developing an app...
Today, I will impart to you how to make custom middleware in Laravel 5.8 application. I compose well ordered instructional exercise of the utilization of middle...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Session handling is one of the first aspects to consider when designing web applications to run in multi-server, load-balanced, high availability environments.
There are two ways to prepare a migration file for one-to-one and one-to-many Polymorphic Relationships. Which adds morphable_id UNSIGNED BIGINT and morphable_t...
There’s a principle in programming called DRY, or Don’t Repeat Yourself.
It is very simple. We can get mac address very easily , trigger the system command and get the mac address.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
GraphQL in itself is a specification describing a new way an app or web frontend asks for data from the server. This specification is built into libraries we en...
Certified Laravel | PHP | Magento Developer.
In the first part of this series, we looked at what GraphQL is, it’s advantages and even compared it with REST and SOAP. In this part of the series, we would se...
Credit where is due. Last year I stumbled upon an article of Josip Crnković, in which he walked through some of the useful interfaces the framework has. In it,...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
The UPDATE Query in SQL updates existing records in the table. You can update a single as well as multiple columns using the query. Also, we can specify which r...
PHP is not often thought of as being a native player in the serverless stack. In fact, AWS Lambda, which is one of the most popular serverless providers, only p...
Recently I switch my development machine from Windows 10 to Mac, I start to follow the Laravel Documentation Guide to install Valet, everything is very clear, b...
While there are many guides — and indeed, packages — that help you to integrate Slack into a standard Laravel application, there are very few when it comes to L...