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..
Laravel Activitylog – Log activity inside your Laravel app03/12/20251 mins0The spatie/laravel-activitylog package provides easy to use functions to log the activities of the users of your app. It…Laravel admin_blogcontinue Reading..
Laravel Form Builder – Form builder inspired by Symfony’s form builder03/12/20251 mins0Form builder for Laravel 5 inspired by Symfony’s form builder. With help of Laravels FormBuilder class creates…Laravel admin_blogcontinue Reading..
Multi-tenant – Flexible multi tenancy with secure separation of routes, assets and databases03/12/20251 mins0The unobtrusive Laravel package that makes your app multi tenant. Serving multiple websites, each with one or…Laravel admin_blogcontinue Reading..
HTML – HTML and Form Builders for Laravel03/12/20251 mins0HTML and Form Builders for the Laravel Framework Github: https://github.com/LaravelCollective/htmlLaravel admin_blogcontinue Reading..
Eloquent Sortable – Sortable behaviour for Eloquent models03/12/20251 mins0This package provides a trait that adds sortable behaviour to an Eloquent model. The value of the…Laravel admin_blogcontinue Reading..
Eloquent Sluggable – Create slugs for Eloquent models03/12/20251 mins0Eloquent-Sluggable Background: What is a slug? Installation Updating your Eloquent Models Usage The SlugService Class When Is…Laravel admin_blogcontinue Reading..
Eloquent Filter – Filter models and their Relationships03/12/20251 mins0Defining The Filter Logic Define the filter logic based on the camel cased input key passed to…Laravel admin_blogcontinue Reading..
Lavacharts – Charts and Graphs for PHP Powered by the Google Chart API03/12/20251 mins0Please don’t be discouraged if you see that it has been “years” since an update, but rather…Laravel admin_blogcontinue Reading..
Charts – Multi-library chart package to create interactive charts03/12/20251 mins0Charts is a PHP (Laravel) library to handle all the charts in your application. It supports multiple…Laravel admin_blogcontinue Reading..