Laravel Menu – Html menu generator for Laravel03/12/20251 mins0This is the Laravel version of our menu package, adding some extras like convenient methods for generating URLs…Laravel admin_blogcontinue Reading..
Laravel Mailbox – A package to handle incoming emails03/12/20251 mins0Laravel Herd provides an integrated local email service, streamlining the process of testing and debugging application emails.…Laravel admin_blogcontinue Reading..
Laravel Impersonate – A package to authenticate as one of your users03/12/20251 mins0Laravel Impersonate makes it easy to authenticate as your users. Add a simple trait to your user model and impersonate as one of…Laravel admin_blogcontinue Reading..
Laravel Hashids – Generate unique, non-sequential ids using Hashids03/12/20251 mins0The creator of Hashids has released a new, upgraded version rebranded as Sqids. However, Hashids will continue to…Laravel admin_blogcontinue Reading..
Laravel GeoIP – Determine the location of website visitors based on their IP addresses03/12/20251 mins0v3.0.8 Possible Breaking Change Out of the box the system no longer comes with a service pre-configured.…Laravel admin_blogcontinue Reading..
Laravel Datatables – jQuery DataTables API03/12/20251 mins0Please avoid using php artisan serve when developing the package. There are known bugs when using this where Laravel…Laravel admin_blogcontinue Reading..
Laravel Cookie Consent – Make your Laravel app comply with the crazy EU cookie law03/12/20251 mins0This package adds a simple, customizable cookie consent message to your site. When the site loads, the…Laravel admin_blogcontinue Reading..
Laravel Collection Macros – A set of handy collection macros03/12/20251 mins0This repository contains some useful collection macros. Spatie is a webdesign agency based in Antwerp, Belgium. You’ll…Laravel admin_blogcontinue Reading..
Laravel Breadcrumbs – Create and manage breadcrumbs03/12/20251 mins0Table of Contents Compatibility Chart Getting Started Defining Breadcrumbs Custom Templates Outputting Breadcrumbs Structured Data Route-Bound Breadcrumbs…Laravel admin_blogcontinue Reading..
Laravel Auditing – Audit for Eloquent models03/12/20251 mins0This package will help you understand changes in your Eloquent models, by providing information about possible discrepancies…Laravel admin_blogcontinue Reading..