YaroslavMokhurenko
YaroslavMokhurenko
Hi. I am trying to get SPX working in Laravel. The CLI is working fine but I could not get to the Web UI. Here is Nginx config: ``` server...
According to this info: [https://laravel-news.com/laravel-5-8-deprecates-string-and-array-helpers](https://laravel-news.com/laravel-5-8-deprecates-string-and-array-helpers) Laravel's array and string helpers (e.g. `array_get`, `array_except`) will deprecate in Laravel V5.9. Instead of using the helpers, it will be required to use Illuminate\Support\Arr...
According to https://hub.docker.com/_/mysql#where-to-store-data, this is better to store data in volumes.  We do not have it, so every time we remove MySql container all the data is lost.