Latest Laravel/PHP Articles

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


Crud Generator Laravel is a package that you can integrate into your Laravel to create a REAL CRUD : controller with all the code already written views (index,...
A Laravel Ticket Package is a Backend API to handle your ticket system, in an easy way. You can publish the config file with: php artisan vendor:publish --tag="...
Building a custom color palette field in Filament - Part 1 To accept an array of options on the field, we need to declare a new method on the class. pr...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Building a custom color palette field in Filament - Part 0 In this short series of blog posts, I'll show you how to create a custom Filament field. The field we...
Just a very quick update about how I was able to restore a git repository stored inside a Gitea and backed up via restic. Warning: this guide most probably does...
I'm proud to announce that we have launched a redesigned https://ohdear.app. If you're unfamiliar with Oh Dear, it's the best all-in-one monitoring tool for you...
A common debate in the community is whether you should use SQLite or the same database that you use in production for your tests; assuming you don't use SQLite...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
I finally moved a step away from WordPress and now I am using Laravel as the backend for this blog. WordPress ecosystem provided all the plugins and systems tha...
https://ohdear.app is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more.
I've used a lot of packages throughout the years and in this list I want to show you my all time favorites. laravel-excel https://laravel-excel.com/ The single...
https://matthewdaly.co.uk/blog/2022/10/02/everythings-potentially-a-callable/'Published by at 2nd October 2022 7:30 pm I'm a big fan of callables in PHP in gene...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
This article is the continuation of my previous https://dev.to/ibrarturi/setup-docker-container-for-mailhog-to-use-it-with-laravel-app-4g00 in which we setup do...
You can use the Prunable trait to automatically remove models from your database. You can permanently remove soft deleted models after a few days. class Example...
In this article, we will see how to generate a pdf and send an email in laravel 8. For generating PDF files we will use the "laravel-dompdf" package also we wil...
HTTP caching allows you to store a response to a request allowing your browser to reuse stored responses for subsequent requests. This gives you advantage of no...