| ... | ... | @@ -4,8 +4,6 @@ Apache requires sccess to several storage folders change ownership with |
|
|
|
Copy .env.example to .env and add appropiate items
|
|
|
|
generate key for laravel
|
|
|
|
<pre>php artisan key:generate</pre>
|
|
|
|
generate cache
|
|
|
|
<pre>php artisan config:cache</pre>
|
|
|
|
generate storage links
|
|
|
|
<pre>php artisan storage:link</pre>
|
|
|
|
|
| ... | ... | |