Laravel Phone – Phone number validator and formatter04/12/20251 mins0Table of Contents Demo Installation Validation Attribute casting Utility class Formatting Number information Equality comparison Database considerations…Laravel admin_blogcontinue Reading..
Laravel Modules – Easy module management04/12/20251 mins0nwidart/laravel-modules is a Laravel package created to manage your large Laravel app using modules. A Module is like…Laravel admin_blogcontinue Reading..
Laravel Installer – Allow users to install your application just by following the setup wizard, like WordPress04/12/20251 mins0A web installer for Laravel Github: https://github.com/rashidlaasri/LaravelInstallerLaravel admin_blogcontinue Reading..
Laravel UUID – Generate a UUID according to the RFC 4122 standard04/12/20251 mins0Laravel package for generating and working with UUIDs. Automatic UUID model keys, validation rules, and Eloquent support.…Laravel admin_blogcontinue Reading..
VAT Calculator – Handle all the hard stuff related to EU MOSS vat regulations04/12/20251 mins0This package does not provide any promises for correctly calculated taxes. You are still responsible to making…Laravel admin_blogcontinue Reading..
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..