Latest Laravel/PHP Articles

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


https://dev.to/halimdirgantara disclaimer: This article is taken from https://medium.com/@halimdirgantara/generate-automatic-permission-names-from-routes-with-s...
Below example is of checking Order Status from Shiprocket and updating it in the database hourly. Execute the below command: php artisan make:command OrderStatu...
In this article, we will see how to get current month records in MySQL query. For getting data for the current month in MySQL we use the month() function.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.

nico.orfanos.dev

Nico Orfanos
Since I was a kid I always admired how smart the Google search engine was. Actually searching is one thing I love about technology. When I am in a big store and...
Laravel Workflow is a Durable workflow engine that allows users to write long-running persistent distributed workflows (orchestrations) in PHP powered by Larave...
Using Envoyer’s heartbeats to ensure your queues are running 1 week ago I love dispatching jobs to queues. Once this code deploys to production, you ha...
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.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Sometimes we need to check the current URL of requests in our application. Either we need to check the complete path or a specific string of current URL. It can...
Cjmellor/rating is a Laravel package that allows for ratings to be added to a Model Imagine you have a Recipes Model and want your users to rate your culinary d...
What is AI (Artificial Intelligence)? Artificial intelligence (or AI for short) involves using computers to do things that would generally need human intelligen...
Laravel Model States is a package by Spatie that adds state support to models. It combines concepts from the state pattern and state machines. This pac...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
My job is building Livewire and Alpine. Fun fact: that's the longest I've ever worked the same job. A little evil voice comes over the loudspeaker in m...
Creating wildcard subdomain SSL certificates isn't that straightforward with Let's encrypt as a normal SSL certificate. In most of my personal projects, or the...
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.
Start by making sure brew is up-to-date: brew update You can either use the built-in php recipe, but I recommend to use the shivammathur/homebrew-php tap. #norm...