I have migration like this
public function up()
{
Schema::create('test', function($t){
$t->increments('id')->comment('This is test'),
});
}
I want to access comment of id field on laravel blade
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire