Libraries tagged by laravel usps
webdevetc/laraveluniqueidetc
9 Downloads
Easily add a unique Id field to your Laravel eloquent models. Every time you create a new eloquent model in Laravel that uses this trait, it will automatically set a unique id column
technoknol/log-my-queries
629 Downloads
Laravel middleware to Log all queries being fired to Laravel log file. Uses Laravel's default monolog library and sniffs Eloquent queries
semeton/crypto-service
5 Downloads
This package provides a simple and secure way to encrypt and decrypt messages in Laravel applications. It uses Sodium cryptographic library for encryption and decryption, ensuring high-level security. The package is easy to integrate into any Laravel application and requires minimal configuration. It's an excellent choice for applications that need to securely store or transmit sensitive information.
scence/lbook
204 Downloads
Facebook authentication package for Laravel 4. It Uses Facebook PHP SDK v4
razorisuru/shopping-cart
10 Downloads
The ShoppingCart package provides a simple and flexible solution for managing a shopping cart in Laravel applications. It uses sessions to store cart items, allowing you to easily add, update, remove, and clear items. With support for custom attributes, price calculations, and total cost computation, this package is ideal for building e-commerce and order management systems.
osaris-uk/cart
59 Downloads
Shopping Cart library for Laravel 6 that uses Database instead of Sessions
jangaraev/eloquent-model-advisory-lock
115 Downloads
Handy approach to avoid race conditions when doing upserts in Laravel Eloquent models
papajoker/hmvc
25 Downloads
Laravel 4 pakage for uses controllers-views in a architectural Hmvc
moh-slimani/nova-tiny-m-c-e
11 Downloads
A Laravel Nova field that uses Tiny MCE.
hadefication/simple-token-auth
1 Downloads
A lightweight Laravel package for server-to-server API authentication using static bearer tokens. This package provides a simpler alternative to Laravel Sanctum for internal APIs, microservices, and trusted system integrations. Uses spatie/laravel-package-tools package as base.
akizor/scaffold
81 Downloads
Base project structure generator for Laravel 8+ empty projects. Uses TailwindCSS and VueJs
butik/rabbitevents
2165 Downloads
Laravel back-to-back broadcasting events. It uses RabbitMQ as the transport.
upside/collection
0 Downloads
tannhatcms/theme-tabler
6 Downloads
UI for Backpack v6 that uses Tabler and Bootstrap v5.
stevendesu/world-distance
17 Downloads
A Laravel 5 package for calculating the distance between two given points on a globe. Optionally uses Google's Distance Matrix API. By default just uses math and assumes a spherical Earth.