Download the PHP package centrex/laravel-model-data without Composer
On this page you can find all versions of the php package centrex/laravel-model-data. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download centrex/laravel-model-data
More information about centrex/laravel-model-data
Files in centrex/laravel-model-data
Package laravel-model-data
Short Description Add virtual columns in any model of laravel
License MIT
Homepage https://github.com/centrex/laravel-model-data
Informations about the package laravel-model-data
Add virtual columns in any model of laravel
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Contents
- Installation
- Usage Examples
- Testing
- Changelog
- Contributing
- Credits
- License
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
This is the contents of the published config file:
Optionally, you can publish the views using
Usage
Testing
๐งน Keep a modern codebase with Pint:
โ Run refactors using Rector
โ๏ธ Run static analysis using PHPStan:
โ Run unit tests using PEST
๐ Run the entire test suite:
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
- centrex
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-model-data with dependencies
illuminate/database Version ^10.0|^11.0
illuminate/support Version ^10.0|^11.0