V
V
Vlad Osadchyi2020-03-06 20:11:51
Laravel
Vlad Osadchyi, 2020-03-06 20:11:51

Automatic phpDoc in Laravel?

/**
 * Class Users
 * @package App\Models
 *
 * @property string $name
 * @property string $sex
 * @property int $age
 */


And artisan is not able to make such blocks with documentation of model attributes, how can gii?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
vism, 2020-03-06
@VladOsadchyi

https://github.com/barryvdh/laravel-ide-helper

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question