Latest Laravel/PHP Articles

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


In today’s article, I’m going to show you how we use https://aws.amazon.com/sqs/ in our Laravel application, and how it helps us to manage 1.6 billion operation...
Disclaimer: If you expect this post to be technical, or code quality analysis, it will not. Also, this is not comparison or shaming post, I use Symfony and Lara...
https://sebastiandedeyne.com/scan-todos-in-git/ https://sebastiandedeyne.com/tags/git/When I’m working on a feature or refactor, I often leave @todo comments to...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
At Tighten, we’ve long believed that individual programmers shouldn’t waste their time worrying about code formatting. Early in our history, Tighten alum Adam W...
Alert notification is a type of communication between machine-to-human relative to the importance of the message. In this sweet alert notification tutorial, you...
{{ $message }}
Alpha refers to the field under validation, and it should be utterly alphabetic characters. In this article, you will learn how to create alpha form validation...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Flare was launched almost four years ago. In human life, that's not too long, but for a service, that's a lifetime. Over the years, we had quite some ideas on h...
Since the early days, Laravel includes an excellent validator class. Laravel's validator works on any arbitrary array of data but it's typically used for reques...
https://sebastiandedeyne.com/new-instance-of-singleton-in-laravel/ https://sebastiandedeyne.com/tags/laravel/In Laravel, you can register a class as a https://l...

chasingcode.dev

React Hooks in Svelte
I came across a repo by https://twitter.com/joshnuss comparing https://github.com/joshnuss/react-hooks-in-svelte through examples, and I thought it would be fun...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
GitHub Actions is a fantastic way to run your Continuous Integration workflows, from running your tests to checking static analysis and more. In your Laravel ap...
PHPInsights is a composer package created by Nuno Maduro and is a fantastic tool to get started with analyzing the code quality of your PHP applications. Whethe...
Laravels routes files can get pretty busy. Before you know it, you have to search within the routes file to find anything. We can add extra route loadi...
OpenAI released a https://platform.openai.com/docs/guides/chat/introduction that allows you to make use of the powerful AI model that also powers ChatGPT. Let's...