Last Month
Managing Routes in a large Laravel application
Laravels routes files can get pretty busy. Before you know it, you have to search within the routes file to ...
Laravel Live UK 2023
Laravel Live UK 2023, the official Laravel conference for the UK, is coming to London for a two-day conference on ...
Getting started with PHPInsights
PHPInsights is a composer package created by Nuno Maduro and is a fantastic tool to get started with analyzing the ...
Laravel Artisan Cheatsheet Supports Laravel 10
The Laravel Artisan Cheatsheet was updated yesterday to support Laravel 10. Learn more about this cool resource for searching built-in ...
Laravel 10 is now released!
Laravel 10 is now released, including a minimum PHP v8.1 version, a new Laravel Pennant package, invokable validation rules, native ...
Encrypt environment files with Padlock
Padlock is a Laravel Zero command by Daniel Mason for encrypting and decrypting environment files powered by Laravel's encryption commands. ...
Use Inertia.js like a boss
The book Advanced Inertia is the best way to learn how to build complex Inertia-powered apps that are easy to ...
Last Year
Detect and Change Indentation With PHP
The indentation package is a PHP library to detect and manipulate indentation of strings and files. ...
Laravel Livewire Form Wizard
Laravel Livewire Wizard is a Livewire component that provides you with a wizard that supports multiple steps form while maintaining ...
Laravel 9.5 Released
The Laravel team released 9.5 with partial queue faking, a freezeTime() helper, closures in assertJsonPath(), and more. ...
Statamic 3.3 Released
Statamic 3.3 includes a brand new Antlers engine packed with powerful new features, streamlined Blade interoperability and tag/modifier helpers, dynamic ...
NexoPOS is an Open-Source Point of Sale System Built With Laravel
NexoPOS is an open-source point of sale system built with Laravel, Tailwind, Vue.js, and other open-source tools. ...
Monolithic Application Performance Monitoring with Scout
Scout APM gives metrics about smaller services and full tracing whenever any bug occurs. Monitoring can be utilized in a ...
Two Years Ago
Laravel Octane
Taylor Otwell gave Laracon Online 2021 attendees a first glimpse of Laravel Octane. Here's everything we learned from his demo. ...
Get the Laracon Online Schedule in Your Timezone
Laracon Schedule gives you the Laracon Online schedule in your local timezone. ...
Laracon Online is Tomorrow
Laracon Online 2021 is coming to you live tomorrow March 17th, 2021! No hotels, no airfare, just signup and spend ...
Manage Scheduled Tasks Through a Dashboard
Laravel Database Schedule is a package to schedule tasks through a UI dashboard without having to redeploy your application. ...
Learn how to use Tailwind's JIT compiler with Laravel Mix
Learn how to use Tailwind's new super fast JIT, just in time, compiler with Laravel Mix. ...
Duplicate or Clone a database record with Laravel
Have you ever needed to duplicate a database record? Laravel provides a very handy function for this called replicate which ...
Tailwind CSS now with a Just In Time Compiler
Tailwind CSS announced a brand new just-in-time compiler that is a new experimental library that compiles all of your CSS ...
Free Early Bird Registration for SPOTcon 2021 Now Open
SPOTcon 2021 is the latest digital conference for developers from around the world to meet, engage with, and learn about ...
Migrate One Database to Another in a Laravel Project
Migrate DB is a package by Andrey Helldar to migrate one database to another in Laravel apps. ...
|