Libraries tagged by laravel custom data
vkovic/laravel-custom-casts
331958 Downloads
Make your own custom cast type for Laravel model attributes
danielme85/laravel-log-to-db
759025 Downloads
Custom Laravel Log channel handler that can store log events to SQL or MongoDB databases. Uses Laravel native logging functionality.
whitecube/laravel-timezones
58243 Downloads
Store UTC dates in the database and work with custom timezones in the application.
m-a-k-o/nova-custom-table-card
333083 Downloads
Nova custom table card. Show your latest data (orders, posts,...) as card or data you prefer.
rawilk/laravel-form-components
105778 Downloads
Set of Blade components for TailwindCSS forms.
ipinfo/ipinfolaravel
69464 Downloads
The official Laravel library for IPinfo, the most reliable, accurate, and in-depth source of IP address data available anywhere. We process terabytes of data to produce our custom IP geolocation, company, carrier and IP type data sets. Visit our developer docs at https://ipinfo.io/developers.
muhammadhuzaifa/telescope-guzzle-watcher
183445 Downloads
Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.
kpolicar/nova-date-range
170087 Downloads
Custom date range picker field for Laravel Nova
muhammadhuzaifa/laravel-pulse-guzzle-recorder
17378 Downloads
Pulse Guzzle Recorder provide a custom recorder for intercepting http requests made via guzzlehttp/guzzle php library and add them into the pulse dashboard if the request is slow. The package uses the guzzle middleware for the data. The recorder intercept and log the request into the Laravel Pulse Slow Outgoing Requests.
testmonitor/eloquent-incrementable
24927 Downloads
Define a custom auto-increment field in your Eloquent model, that is determined through PHP rather than your database engine.
myli/laravel-datadog-logger
52595 Downloads
Custom laravel monolog logger for datadog logs management, both api and agent ways
teamq/laravel-datatables
3459 Downloads
Custom filter and sorting set for 'spatie/laravel-query-builder' package
mobilestock/laravel-database-interceptor
4435 Downloads
Laravel Database Interceptor is a library that enables you to intercept database queries managed by PDO and transform the returned values into custom types. It uses Illuminate library abstractions to implement new PDO facade methods like selectOneFirstColumn and selectFirstColumn. It also enables ATTR_EMULATE_PREPARES without any external setting. It is fully compatible with MySQL/MariaDB. Other databases are not supported.
torann/remote-model
14354 Downloads
An eloquent-like model, for the Laravel framework.
kakaprodo/custom-data
3679 Downloads
A Laravel package that wraps function arguments together into a single CustomData class allowing separate processing and validation for each argument.