A CLI tool to scaffold a Laravel package
– github.com - submitted by Chris Mellor
A CLI tool to scaffold a Laravel package
Read more [github.com]
– github.com - submitted by Chris Mellor
A CLI tool to scaffold a Laravel package
Read more [github.com]
– github.com - submitted by Chris Mellor
A Laravel package to enable users to manage and monitor their active browser sessions. Allows users to view devices where they are logged in and provides options to terminate unrecognized or all sessions, enhancing account security
Read more [github.com]
– wilo-ahadi.com - submitted by Wilo Ahadi
A tutorial for displaying continuous numbering of collection items on all pagination pages in a Laravel project.
Read more [wilo-ahadi.com]
– fideloper.com - submitted by Chris Fidao
How to use Nginx Unit to server your Laravel application. It turns out, we can get rid of PHP-FPM, and run our apps more efficiently. We see how, and go over the pros and cons.
Read more [fideloper.com]
– world.hey.com - submitted by Tony Messias
A new package by Mior called Workbench lets us set up an example Laravel app inside our packages. This Workbench app can serve as documentation of how the package integrates with a Larave app. Plus, we can use the Workbench models, controllers, routes, etc., in our package's tests and quickly run the Workbench app in the browser!
Read more [world.hey.com]
– flareapp.io - submitted by Spatie
Alex and Christoph explain why error tracking is crucial for your application
Read more [flareapp.io]
– www.youtube.com - submitted by Chris Fidao
This video dives into how HTTP gets turned into PHP - using the typical Forge stack (nginx -> php-fpm -> laravel)
Read more [www.youtube.com]
– fly.io - submitted by Chris Fidao
We see how to use the Fly.io machines API to create our own little version of GitHub Actions, letting us run ad-hoc tasks whenever we need them!
Read more [fly.io]
– popowicz.fr - submitted by Mikaël Popowicz
The Valet loopback command gives you the ability to resolve your Valet sites and proxies from both your host machine and your docker containers.
Read more [popowicz.fr]
– github.com - submitted by Ash Allen
Favicon Fetcher 3.0 comes with better HTML parsing, improved exception handling, request timeout config options, and some QoL improvements.
Read more [github.com]
– ahmedash.dev - submitted by Ahmed Ammar
Discover how the Manager Pattern simplifies creating complex objects in #Laravel and learn to implement one yourself!
Read more [ahmedash.dev]
– www.youtube.com - submitted by Andrew Schmelyun
A full-stack project where I build an example pizza tracking app and dashboard using Laravel, React, Inertia, and Tailwind.
Read more [www.youtube.com]
– github.com - submitted by Cristian Tabacitu
Basset allows you to easily use your CSS/JS/IMG/SVG assets from wherever they are - not just your public directory. It backs them up to your storage directory, and uses them from there. You get the power of CDNs, without the GDPR issues. And more!
Read more [github.com]
– gummibeer.dev - submitted by Tom Witkowski
Explore elegant solutions for resolving model binding, whether through named scopes for simplicity or custom query builders for precision.
Read more [gummibeer.dev]
– fly.io - submitted by Kathryn Anne Tan
We create an SPA powered Nav Bar with Livewire v3's all-new, attachable `wire:navigate` directive. Along the way we find out three ways to update a public attribute after transitioning to a "wire:navigate"-ed page!
Read more [fly.io]
– fly.io - submitted by Chris Fidao
We create a desktop menu-only app using NativePHP! This app calls an API to display data in a menu, and shows some undocumented NativePHP tricks.
Read more [fly.io]
– gummibeer.dev - submitted by Tom Witkowski
Discover how we streamlined role management for our GTA:RP community by syncing Discord roles with Laravel Nova Backoffice, creating a unified and efficient system.
Read more [gummibeer.dev]
– gummibeer.dev - submitted by Tom Witkowski
Discover the power of Immutable Carbon. Learn how to safeguard date integrity, prevent accidental mutations, and enhance the reliability of your application's date handling.
Read more [gummibeer.dev]
– moath.dev - submitted by Moath Alhajri
Test Laravel Timeout Exceptions: Simulate fake HTTP requests using Laravel HTTP client's `Http::fake()` method to ensure graceful error handling
Read more [moath.dev]
– ahmedash.dev - submitted by Ahmed Ammar
Dive into the Pending Object Pattern in Laravel. Discover how this design pattern adds flexibility, delaying specific operations within the framework. Uncover Laravel's core magic.
Read more [ahmedash.dev]