Validating – Trait for validating Eloquent models04/12/20251 mins0Validating is a trait for Laravel Eloquent models which ensures that models meet their validation criteria before…Laravel admin_blogcontinue Reading..
Teamwork – User to team associations with an invite system04/12/20251 mins0User to Team associations with invitation system for the Laravel Framework Github: https://github.com/mpociot/teamworkLaravel admin_blogcontinue Reading..
Friendship – Friendship management system04/12/20251 mins0Models can: Send Friend Requests Accept Friend Requests Deny Friend Requests Block Another Model Group Friends Github:…Laravel admin_blogcontinue Reading..
Laravel Setting – Persistent configuration settings that are stored in JSON files04/12/20251 mins0Persistent, application-wide settings for Laravel. Despite the package name, this package should work with Laravel 4, 5,…Laravel admin_blogcontinue Reading..
Page Cache – Caches responses as static files on disk for lightning fast page loads04/12/20251 mins0While static site builders such as Jekyll and Jigsaw are extremely popular these days, dynamic PHP sites still offer a lot…Laravel admin_blogcontinue Reading..
SEOTools – Helpers for some common SEO techniques04/12/20251 mins0Features Friendly simple interface Easy of set titles and meta tags Easy of set metas for Twitter Cards and Open…Laravel admin_blogcontinue Reading..
Revisionable – Create a revision history for Eloquent models04/12/20251 mins0Wouldn’t it be nice to have a revision history for any model in your project, without having…Laravel admin_blogcontinue Reading..
Purifier – HTML filter04/12/20251 mins0HTML Purifier is a standards-compliant HTML filter library written in PHP. HTML Purifier will not only remove…Laravel admin_blogcontinue Reading..
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..