Latest Laravel/PHP Articles

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


Podcast Archive › Community Corner: ngrok’s Scott McAlister Community Corner: ngrok’s Scott McAlister Scott talks to Scott McAlister from ngrok about some of th...
In the UK the end of the tax year is on the 5th of April. Here are some things you should do before the end of the tax year. The ISA allowance is £20,000 for th...
What you do with your money when you get paid will make a big difference to your financial future. Here are some things you should do when you get paid. Ensure...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
As you might know, I'm a big fan of GitHub Actions. I've written a few actions myself and use GitHub's automation platform in all my projects. As the name might...
Today, we're thrilled to announce the release of Laravel 11 and Laravel Reverb.
We're upgrading our servers from Ubuntu 20.04 to Ubuntu 22.04 LTS. In case anyone's ever in a similar position, these are the steps we're taking to complete the...
This is a PHP code snippet that will allow you to fetch all the files in a directory. This is useful if you want to loop through all the files in a directory an...
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.
Paulund 2024-03-10 #laravel return Application::configure(basePath: dirname(__DIR__)) ->withRouting( web: __DIR__.'/../routes/web.php', commands: __DIR__.'/../r...
PHP UK is a vibrant, welcoming, developer conference which I have enjoyed attending many times in the past.
Reviewing the code of your peers is a critical part of the software development lifecycle. It allows you to ensure that the code is of high quality, is well-doc...
They say there are two difficult things in programming: naming things and cache invalidation. I would add one more to the list: state management in modern web a...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Hello 👋 A few weeks ago, I began working on a TCP server for an upcoming annual CTF hosted by my team "Securinets ISI". The goal is to enable players to quickly...
When it comes to debugging errors in your Laravel applications, Flare already collects several Laravel and user-specific information to send along with the erro...
If you ever used Laravel queues on the server, you probably came across a section in the documentation about needing to run a Supervisor on your server in order...
There may be times in your Laravel projects when you want to manually build Collections of data. This might be because you're pulling in data from an external s...