Latest Laravel/PHP Articles

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


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...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
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,...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
Send emails with Laravel is very easy with mailables, it has many uses like contact forms, to confirm subscriptions, for newsletters, to send reports, ect. In t...
Often, we are using a social share plugin that helps us to share our content on various platforms. It might be a good choice for more complex sharing system, bu...
SQL INSERT INTO Query inserts new rows in a table in an SQL database. It adds new rows by specifying the column values for each row. In this article, we will di...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Quite often in e-shops you can see many level of categories and subcategories, sometimes even unlimited. This article will show you how to achieve it elegantly...
Swoft is a PHP high performance microservice coroutine framework. It has been published for many years and has become the best choice for php. It can be like Go...
I’m happy to write about the new solution from Taylor Otwell, the founder of Laravel, the most impressive PHP Framework of this century. Laravel Vapor is a serv...
My last post talked about PHP performance related to Node.js, so I have decided to put my money where my mouth is, and get a little async PHP project up and run...