Просмотр комментариев

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