framework icon indicating copy to clipboard operation
framework copied to clipboard

changed settings call- php7.3 compatibility issues

Open j3rrey opened this issue 5 years ago • 0 comments

Problem: For fresh installations lavalite admin settings can't be called due to compatibility issues with compact and php7.3. https://github.com/LavaLite/cms/issues/307

Solution: Either a settings variable should be declared or the settings should be called directly until the Laravel version is updated

compact with undefined variable breaks on PHP 7.3: https://github.com/laravel/framework/issues/26936

j3rrey avatar Feb 15 '20 16:02 j3rrey