Libraries tagged by laravel custom data
vkovic/laravel-custom-casts
339489 Downloads
Make your own custom cast type for Laravel model attributes
danielme85/laravel-log-to-db
790050 Downloads
Custom Laravel Log channel handler that can store log events to SQL or MongoDB databases. Uses Laravel native logging functionality.
whitecube/laravel-timezones
64207 Downloads
Store UTC dates in the database and work with custom timezones in the application.
m-a-k-o/nova-custom-table-card
345204 Downloads
Nova custom table card. Show your latest data (orders, posts,...) as card or data you prefer.
rawilk/laravel-form-components
108831 Downloads
Set of Blade components for TailwindCSS forms.
ipinfo/ipinfolaravel
72993 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
193121 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.
myli/laravel-datadog-logger
52981 Downloads
Custom laravel monolog logger for datadog logs management, both api and agent ways
kpolicar/nova-date-range
171984 Downloads
Custom date range picker field for Laravel Nova
muhammadhuzaifa/laravel-pulse-guzzle-recorder
18223 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.
waad/laravel-model-metadata
1007 Downloads
A Laravel package for handling metadata with JSON casting and custom relation names.
testmonitor/eloquent-incrementable
26215 Downloads
Define a custom auto-increment field in your Eloquent model, that is determined through PHP rather than your database engine.
sayeed/custom-migrate
25924 Downloads
Custom migrate in laravel. You can individual file migrate here
mobilestock/laravel-database-interceptor
6526 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.
awes-io/repository
105390 Downloads
Implementation of repository pattern for Laravel. The package allows out-of-the-box filtering of data based on parameters in the request, and also allows you to quickly integrate the list filters and custom criteria.