Latest Laravel/PHP Articles

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


I’ve previously written about the benefits of static sites and how to layer dynamic functionality on top of them. In this article I want to introduce a simple t...
This episode looks at the September 2020 issue, Under the Scope. Copyright © 2002-2020 musketeers.me, LLC. — All amounts in USD

levelup.gitconnected.com

Modern PHP
PHP was one of the original back-end programming languages for the web. As such, there’s a lot of less-than-perfect PHP run websites out there and a lot of them...
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.
Controllers are a very important part of our software. In this post we’ll look at how writing controllers differently will lead our code to be more flexible, re...
Up until that point we have already launched two successful video course: While brainstorming about new and interesting product ideas, I remember that I mention...
Check out my latest post on the devdojo.com website! It is a post on How to create a contact form with Laravel Livewire? To make things even better you can use...
Step 1 In table “users”, add new column named “timezone”, with type varchar to store user’s timezone:- You can create migration file then do migrate (https://la...
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.
My colleague Ruben released a new Spatie package to generate type declarations in TypeScript from a Laravel application. We’re writing out types two times: one...

blog.jetbrains.com

Intelligent Code Art
What happens when you train a machine to create beauty? You get the next iteration of code generated art. At JetBrains, we use our code-generated art to create...
When putting your application in maintenance mode using the vapor down command, your application will respond with a status code of 503 on every request. Beginn...
We are faced with the task of developing an application that, as an example, will provide an opportunity for the user, within our application, to create an acco...
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 makes it easy to handle file uploads from a request that's multipart/form-data encoded. You can access uploaded files through a Request instance, and it...
In this post, I will show you a package developed by me that you can import and you on your Laravel/PHP project. A Circuit Breaker is one more example...
Last week, the W3C decided they were not going to use WordPress for their next website. Accessibility was the driving force for the final choice between three c...

matthewdaly.co.uk

What I want in a PHP CMS
I maintain a custom PHP legacy CMS for a client, and have also been building a micro-CMS as a learning project, so I’ve spent quite a lot of time in the last fe...