Latest Laravel/PHP Articles

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


Swoole is framework that enables php developers to create high-performance, scalable, concurrent TCP, UDP, Unix Socket, HTTP, WebSocket services with PHP and fl...
Many of us using Docker to make our lives easier have ran into the issue of conflicting ports due to running more than 1 docker container. It’s easy to get bogg...
Laravel 7 has released on 3rd March 2020. This is not LTS version so according to Laravel version support policy, they will provide 6-month bug fix until 3 Sept...
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.
Testing classic file uploads, that are submitted directly to the server, in Laravel is extremely simple, as you can see in the example below:
A zip file can hide a hornet’s nest of dangerous malware and other security threats. To guard against this, we have two options. We can spend hours coding, or w...

blog.laravel.com

Laravel v7.0.0 released
Certified Laravel | PHP | Magento Developer.
Hello world. This is my first blog of I hope many to come. I have been a developer for a little bit over a year, working with the php framework Laravel. I will...
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.
Deploying a Laravel and MySQl based Web-site/Application. This is a quick note; just take the sense from this note; find out the details and make it perfect whi...
This is part 2 of a 2-part series. If you haven’t already, I’d check out my previous post, as I gloss over some fundamentals in this post for the sake of brevit...
Parts Pod Lifecycle Parts Symfony What will we discuss? The Symfony Messenger is great as described in Part 1. But what if you would like to run the worker proc...
These and similar questions come to appear when you look for a job. The IT market says it needs more senior developers. I think there is more than enough. What...
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.
Laravel’s API resources are a transformation layer that sits between your Eloquent models and the JSON responses returned by your API.
Many To Many (e.g. User can win multiple Trophies and each trophy can belong to many Users) Now in Trophy model class, define users relationship.
Laravel’s form requests are custom request classes that contain validation logic. To use them, you just have to type-hint the form request on your controller me...
With this post I will show you how to implement a command line interface to report and retrieve weather forecast in a specific location. As user I can launch a...