Libraries tagged by laravel approval
jangaraev/eloquent-model-advisory-lock
115 Downloads
Handy approach to avoid race conditions when doing upserts in Laravel Eloquent models
christian-schoenefeld/seeds-from-sql
3 Downloads
This package shows different approaches to using seeds from a sql file.
chessfy/trf
1 Downloads
A parser and dumper for the fide approved tournament report format: trf.
yoeunes/commentable
19 Downloads
This package helps you to add user based comments system to your model.
cortex/testimonials
470 Downloads
Cortex Testimonials is a frontend layer for managing testimonials. Customers can give you testimonials, and you can approve or disapprove each individually. Testimonials are good for showing the passion and love your service gets from customers, encouraging others to join the hype!
jay-patel/service-repository
3 Downloads
A package for implementing the repository pattern in Laravel applications, providing a structured approach to data access and manipulation. It creates service, repository, interfaces and migration and model.
esemen/multiclient
11 Downloads
Multi-client approach in same instance for Laravel 6+
cmdrsharp/guzzle-api
166 Downloads
A cleaner approach to using Guzzle in Laravel
baberuka/systemroles
11 Downloads
SystemRoles is a Laravel Role Management package designed to simplify user role and permission management within Laravel applications. It provides a structured approach for defining roles, assigning rights to each role (e.g., edit, delete, approve), linking roles to users, and mapping roles to controllers for precise access control.
zakaria-elkashef/repository-pattern
27 Downloads
The Laravel Repository Pattern Package implements the repository design pattern within the Laravel framework, offering developers an efficient and organized approach to managing data. With this package, you can effortlessly create interfaces and repository classes that implement those interfaces. These classes are then bound in the RepositoryServiceProvider and registered in the config/app.php file's providers array. Experience streamlined data management and elevate your Laravel application development with ease.
said/private-package
3 Downloads
This is a Laravel package containing a trait for translatable Eloquent models. This package follows the approach to have only a single table to maintain all the translations.
musonza/dynamo-breeze
9 Downloads
A Laravel package for easy interaction with DynamoDB using a single-table approach.
mrclutch/servio
31 Downloads
Servio is a Laravel package designed to streamline and simplify the development of APIs within your Laravel application using a Service-Oriented Architecture (SOA) approach. It provides a standardized way to manage API responses, ensuring consistency and maintainability across services.
provalido/translation
7476 Downloads
A Translation package for Laravel 5 with database and cache support