Libraries tagged by Laravel Casts
sabbir268/laravel-filecaster
54 Downloads
A simple casting class for laravel model to handle file upload and retrieve
djaxho/laravel-cats
1799 Downloads
Make programming fun again by printing cats when debugging and dumping data
castelnuovo/laravel-env
1848 Downloads
Encrypt and decrypt environment files in Laravel
binary-cats/laravel-url-shortener
4406 Downloads
Powerful URL shortening tools in Laravel
lemax10/laravel-enums
1827 Downloads
Simple Enum implementation for Laravel. With ability to casting for Eloquent models and labels translations via lang files.
casterke/simplepay-laravel
264 Downloads
OTP SimplePay integration for Laravel applications.
mo-masoud/laravel-enum
1431 Downloads
Elegant Enum implementation for Laravel. With make:enum command, ability to casting for Eloquent models and labels translations via lang files.
geekk-net/laravel-enum
1104 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
1150 Downloads
Elegant Enum implementation for Laravel. With make:enum command, ability to casting for Eloquent models and labels translations via lang files. Forked from
sonvq/cassandra
202 Downloads
Cassandra Eloquent model and Query builder for Laravel
morningtrain/data-transfer-object-casters
2278 Downloads
A package containing Data Transfer Object casters, for use with spatie/data-transfer-object
bkief29/laravel-dto
536 Downloads
Data Transfer Objects complete with castable attributes and validation.
ahrmerd/laravel-test-generator
114 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
375 Downloads
Cassandra driver for Eloquent ORM
tailflow/dto
122 Downloads
A simple and lightweight implementation of Data Transfer Objects (DTO) in Laravel with optional casting support.