noCAPTCHA – Helper for Google’s new noCAPTCHA (reCAPTCHA)04/12/20251 mins0reCAPTCHA is a free service that protects your site from spam and abuse. It uses advanced risk…Laravel admin_blogcontinue Reading..
Listify – Add sorting/ordering capabilities to any Eloquent model03/12/20251 mins0Listify provides the capabilities for sorting and reordering a number of objects in a list. The class that…Laravel admin_blogcontinue Reading..
Laravel Stats Tracker – Gather information from requests to identify and store03/12/20251 mins0Tracker gathers a lot of information from your requests to identify and store: Sessions Page Views (hits…Laravel admin_blogcontinue Reading..
Laravel Tags – Add tags and taggable behaviour03/12/20251 mins0This package offers taggable behaviour for your models. After the package is installed the only thing you…Laravel admin_blogcontinue Reading..
Laravel Moderation – Approve or reject resources like posts, comments, users, …03/12/20251 mins0Possible Use Case User creates a resource (a post, a comment or any Eloquent Model). The resource…Laravel admin_blogcontinue Reading..
Laravel Messenger – User messaging system03/12/20251 mins0Features Multiple conversations per user Optionally loop in additional users with each new message View the last…Laravel admin_blogcontinue Reading..
Laravel Talk – Realtime User messaging system03/12/20251 mins0Features Head to head messaging Realtime messaging Creating new conversation Message threads with latest one View conversations…Laravel admin_blogcontinue Reading..
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..