Libraries tagged by Laravel Casts
binary-cats/laravel-url-shortener
4632 Downloads
Powerful URL shortening tools in Laravel
binary-cats/laravel-twilio-webhooks
42 Downloads
Handle Twilio callbacks / webhooks in a Laravel application
lemax10/laravel-enums
1835 Downloads
Simple Enum implementation for Laravel. With ability to casting for Eloquent models and labels translations via lang files.
dotman/laravel-covid
13 Downloads
Covid-19 - A simple Laravel package for reporting covid-19 cases across the world.
mo-masoud/laravel-enum
2025 Downloads
Elegant Enum implementation for Laravel. With make:enum command, ability to casting for Eloquent models and labels translations via lang files.
bogordesaincom/laravel-enum-simple
1227 Downloads
Elegant Enum implementation for Laravel. With make:enum command, ability to casting for Eloquent models and labels translations via lang files. Forked from
wmjasonward/laravel-creates-http-requests
70 Downloads
Trait for creating http Request objects in test cases
phpsa/laravel-case-remapping
24 Downloads
Methods to allow the mapping of cases to snake / camel for input / output
pannella/laravel-cti
4 Downloads
A Laravel package for Class Table Inheritance support with automatic subtype casting.
omaralalwi/laravel-time-craft
60 Downloads
Laravel Time Craft is a powerful package for handling date and time scopes in your Laravel applications. It provides a set of convenient traits and helper functions to simplify date and time operations.
djl997/laravel-actor-is-active
179 Downloads
A package to set online status to an actor model (the User in most cases).
bkief29/laravel-dto
556 Downloads
Data Transfer Objects complete with castable attributes and validation.
ahrmerd/laravel-test-generator
152 Downloads
The Ahrmerd/TestGenerator package is a Laravel command-line tool that automatically generates API and web tests for your Eloquent models. With just a few simple commands, you can quickly generate comprehensive test files that cover CRUD operations, validation, and other common use cases for your models. The package provides options to generate tests for all models in your application or for specific models, and supports overwriting existing test files with the --force option. Additionally, it automatically generates test content based on your model's form request classes, making it easy to ensure your tests reflect your application's validation rules. Speed up your Laravel testing workflow with the Ahrmerd/TestGenerator package
a-h-abid/eloquent-cassandra
420 Downloads
Cassandra driver for Eloquent ORM
tailflow/dto
176 Downloads
A simple and lightweight implementation of Data Transfer Objects (DTO) in Laravel with optional casting support.