sayt/install<br />
<span style="font-weight: bold">ERROR!</span><br />
Your needs PHP 7.3 or higher
не могу обновиться с 95 на 96
Круто! Еще бы задуматься про актуальный функционал, а то фотоальбом ооочень нужная функция 2021)
Ну это в загрузки не интегрировано ещё.
А как же это?<br />
<span style="color:#f66d9b">if (! $schema->hasTable('files')) {</span><span style="color:#f66d9b"> $schema->create(</span><span style="color:#f66d9b"> 'files',</span><span style="color:#f66d9b"> static function (Blueprint $table) {</span><span style="color:#f66d9b"> $table->id();</span><span style="color:#f66d9b"> $table->string('storage')->index();</span><span style="color:#f66d9b"> $table->string('name');</span><span style="color:#f66d9b"> $table->string('path');</span><span style="color:#f66d9b"> $table->integer('size')->unsigned()->nullable();</span><span style="color:#f66d9b"> $table->string('md5', 32)->nullable();</span><span style="color:#f66d9b"> $table->string('sha1', 40)->nullable();</span><span style="color:#f66d9b"> $table->timestamps();</span><span style="color:#f66d9b"> $table->softDeletes();</span><span style="color:#f66d9b"> }</span><span style="color:#f66d9b"> );</span><span style="color:#f66d9b">}<pre class="line-numbers"><code class="language-php"></code></pre></span>
Это теперь есть встроенная поддержка md5 и sha1 для файлов ЗЦ?
<span style="font-weight: bold"><span style="color:#1e84cc">Круть!</span></span>