Download the PHP package mcmatters/laravel-nullable-attribute without Composer
On this page you can find all versions of the php package mcmatters/laravel-nullable-attribute. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mcmatters/laravel-nullable-attribute
More information about mcmatters/laravel-nullable-attribute
Files in mcmatters/laravel-nullable-attribute
Package laravel-nullable-attribute
Short Description Laravel nullable attributes
License MIT
Informations about the package laravel-nullable-attribute
Laravel Nullable Attributes
Package for auto generation and population the database columns as nullable.
Installation
If you use Laravel 5.5 or higher you may skip this step.
Include the service provider within your config/app.php
file.
Publish the configuration.
Then open the config/nullable-attributes.php
and configure paths where your models are locating.
Requirements
This package requires php 7.0
or higher and Laravel 5.2
or higher. It was tested with Laravel 5.2
and higher.
Usage
You need to run the command php artisan nullable-attributes:cache
every time, when you rebuild your database schema.
All versions of laravel-nullable-attribute with dependencies
composer/composer Version ^1.5
doctrine/dbal Version ^2.5
illuminate/config Version ^5.2 || 6.* || 7.* || 8.* || 9.* || 10.*
illuminate/console Version ^5.2 || 6.* || 7.* || 8.* || 9.* || 10.*
illuminate/database Version ^5.2 || 6.* || 7. || 8.* || 9.* || 10.*
illuminate/filesystem Version ^5.2 || 6.* || 7. || 8.* || 9.* || 10.*
illuminate/support Version ^5.2 || 6.* || 7.* || 8.* || 9.* || 10.*