MaguttiCms has been updated to Laravel 6.
Input
FacadeThe Input
facade, which was primarily a duplicate of the Request
facade, has been removed. If you are using the Input::get
method, you should now call the Request::input
method. All other calls to the Input
facade may simply be updated to use the Request
facade.
The hisorange/browser-detect package has been replaced by jenssegers/agent package.
Agent is A PHP desktop/mobile user agent parser with support for Laravel, based on Mobile Detect with desktop support and additional functionality