Download the PHP package laravellegends/interactive-model without Composer
On this page you can find all versions of the php package laravellegends/interactive-model. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download laravellegends/interactive-model
More information about laravellegends/interactive-model
Files in laravellegends/interactive-model
Download laravellegends/interactive-model
More information about laravellegends/interactive-model
Files in laravellegends/interactive-model
Vendor laravellegends
Package interactive-model
Short Description This library is helpful to record data in the Eloquent models interactively via the command line.
License MIT
Package interactive-model
Short Description This library is helpful to record data in the Eloquent models interactively via the command line.
License MIT
Please rate this library. Is it a good library?
Informations about the package interactive-model
Laravel Legends Interactive Model
This is a Laravel package to help you to record data in the Eloquent models interactively via the command line.
Instalation
Now, run in terminal:
Usage examples
Example:
or
This command assume that your models is placed in App\Models
namespace by default, if you not passed full namespace as argument.
The data asked to fill should be defined in $fillable
in your model. For fields placed in $hidden
, the prompt is automatically hidden.
Example:
All versions of interactive-model with dependencies
PHP Build Version
Package Version
Requires
illuminate/console Version
*
The package laravellegends/interactive-model contains the following files
Loading the files please wait ....