Latest Laravel/PHP Articles

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


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...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.

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...
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...
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 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...
Just as we have to monitor our infrastructure to keep Sonar running smoothly, an ISP has to monitor their network to catch issues before they happen, or respond...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
2 hours ago, no comments yet, Barry van Veen Once every while the test was failing, it was flaky. The error was this one: Malformed UTF-8 characters, possibly i...
For hotlaps.io I generate typed field accessors for every model field to get easier access to the data stored in a model. Looking through the Laravel documentat...
Today we begin the Early Access Program for Code With Me, a tool for remote collaborative development and pair programming that you have long been waiting for....
Laravel API resources are a great tool to format json resources to be returned by an API endpoint. If you are not familiar with this part of the framework, the...