Latest Laravel/PHP Articles

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


blog.laravel.com

Laracon Online 2020
Hey everyone! As many of you know, we had to cancel Laracon US 2020 due to the ongoing pandemic and travel restrictions. While unfortunate, it led me to step ba...
In case you didn't notice, recently I have been working in a secret project called Pest: an elegant PHP Testing Framework with a focus on simplicity. Pest is un...
Today I released Laravel 7.9.0. This release includes two improvements for Blade components. First, the release fixes a developer experience issue when using Bl...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
In this tutorial i will guide you how to validate form data in laravel 7 with vue js using v-from. In this tutorial we will validate data before submit to the d...
As you know, message-based asynchronous flows are a significant part of the web applications that allow scaling backend processes. You can move all the long tim...
Imagine a simple social network where users can send emails to other users. We will use Laravel and test driven development to create an app that does exactly t...
As software developers, most of us are looking to become individuals of some esteem. We want to be recognised, or even celebrated for our talents. We want to be...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
White labelling is the business practise of making aspects of your application styled to how your clients want it to look. In most cases of a web application se...
Today I am going to write and full tutorial to connect DynamoDB with PHP Laravel. Install baopham/laravel-dynamodb package into your laravel.
The problem: if you publish any document as PDF, in print, etc. and the text contains URLs, there is a chance that one day those URLs won't work anymore. There'...
There are a lot of amazing ready to use laravel packages on Github and packages. Every project uses open-source packages. The only problem with open source is t...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
In this tutorial we will learn about laravel built in encryption. Do you know what is encryption? Encryption is a system where we convert a plain text to a mess...
Vue offers (and sometimes strongly suggests) using keys for in some scenarios. Let’s take a look when should we use the :key binding. The most usual way to use...
You want to seed your database with some test data. Seeder can help you with that. Here is a very simple example for creating a Seeder. Open UsersTableSeeder. W...
🚀 Larastan 0.5.6 is released! This release has improved support for relations, Composer 2 support, a brand new rule and many bugfixes!