YaroslavMokhurenko

Results 3 issues of 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. ![mysql-docker](https://user-images.githubusercontent.com/40685592/57359168-b43a0f80-717f-11e9-8220-52d636b7dd58.png) We do not have it, so every time we remove MySql container all the data is lost.