Generators
Generators copied to clipboard
[improvement] refactor the way we validate that file is a model
at the moment we check if the string use Illuminate\Database\Eloquent\Model and extends Model. If you use extends \lluminate\Database\Eloquent\Model it would not be detected as a model.