alexbog8
alexbog8
Hi, Use sameersbn/postgresql:latest in your docker-comppose.yml file. Be sure to have a backup of the database in case you need to restore it.
Yes, but if the result of the callback is an empty string, is_null will do nothing because empty string is not null. Therefore $result will be empty string and the...
Hi, When running the upgrade guide everything went normal , but when accessing the backedn I get the following error: October\Rain\Assetic\Combiner::getFilters(): Argument #2 ($isProduction) must be of type bool, null...
> just run `php artisan october:migrate` to init the tables Yes, you have to run php artisan october:migrate. This info is missing from the official upgrade guide