SC
<input type=file />
относительный путь картинки на сервере это мощно конечно.Size: a a a
SC
<input type=file />
относительный путь картинки на сервере это мощно конечно.PK
SC
SC
BS
SC
PK
PK
SC
PK
SC
PK
D
SC
PK
BS
D
AY
public function up()
{
Schema::create('categories', function (Blueprint $table) {
$table->bigIncrements('id');
$table->string('name');
$table->text('description');
$table->string('code');
$table->string('seo_title');
$table->string('seo_description');
$table->boolean('active');
$table->boolean('delete');
});
}