Latest Laravel/PHP Articles

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


Livewire Urls is an amazing package that gives you a simple way to retrieve the current and previous URL in Livewire. This means that the usual methods like URL...

chris-vermeulen.com

My emigration journey
In 2019 I moved to Germany. I was born in Johannesburg, and moved a fair bit between Johannesburg and Cape Town between 18 and 24. I would go over to G...
https://dev.to/elvis_igiebor Software development principles are a must-know for all software engineers that aim to achieve clean codes. Let’s create a...
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 have been recently working with some TailwindCSS Components, and while working on a navigation component, I ran into a problem wherein the items of flex items...
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.
Telegraph is a Laravel package for fluently interacting with Telegram Bots made by https://twitter.com/FabioIvona Publish and launch required migrations: php ar...
Few months back Oracle ERP cloud was introduced in my work place for handling internal processes. I tried to find ways to connect JavaScript front-end framework...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
My first laravel app for production was a website for a financial service company. Just a website, it wasn't meant to manage their processes, even though I made...
Tinkerwell supports fantastic autocompletion for many classes out of the box and if you use it on Laravel helpers or initialize classes directly, there is no ne...

matthiasnoback.nl

What's a simple solution?
"As I'm becoming a more experienced programmer, I tend to prefer simple solutions." As is the case with many programming-related quotes, this is somewhat of a b...
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.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Statix Server is a fantastic package introduced by https://github.com/statix-php that offers an object oriented wrapper around PHP's built-in server. You can in...
This package offers a minimal PDF to image converter using MuPDF. You can install this package via Composer. Convert all the pages to jpg $pdf = new Karkow\MuPd...
Since we are looking into the foundations of working in a team, which also includes defining a set of rules for formatting files. In the previous article, we di...
If you have a JSON column in your migrations, and you are looking to update the value of one of its fields. Here is how you can do it $booking->update([ 'stripe...