Latest Laravel/PHP Articles

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


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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
I confess – during five years of working with Laravel, I’ve been fascinated by its “magic” and how little code is needed to actually make things work. But recen...
The automated way to upgrade Laravel applications. Upgrade Laravel applications all the way from Laravel 4.2 to the latest version of Laravel. It is simple 3 st...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Errors and exceptions are integral parts of software development. In this post I discussed major mistakes by new developers and they get bewildered. Hello reade...
Have some form data that you want to validate? Want an easy, reliable and clean way of implementing validation? Don’t worry! Laravel has you covered! In this bl...
Keith Adams was on Software Engineering Daily to discuss his time at Facebook and their usage PHP. Keith Adams spent six years at Facebook and is now at Slack.
What do you need to know about Laravel Validator? • There are two ways to validate data: Using the $request->validate() or creating a Validator manually using f...