Upgrading from 2.8 to 3
Trying to upgrade an existing Twill project. Keep getting the following error in the log
[2023-07-18 17:50:09] production.ERROR: Target class [App\Http\Controllers\Admin\HomepageController] does not exist. {"exception":"[object] (Illuminate\Contracts\Container\BindingResolutionException(code: 0): Target class [App\Http\Controllers\Admin\HomepageController] does not exist. at /Users/mrpink/Desktop/Web Dev/acbsupgrade/vendor/laravel/framework/src/Illuminate/Container/Container.php:879)
Updated the web routes to reflect the new \Twill\ directory structure. Updated composer dependencies. Tried running twill:build but fails when getting to the building Twill assets step because of a "digital envelope routines::unsupported" error.
Any ideas on what might be happening or is there a more in depth article on upgrading than what's on Twills Official documentation?
[2023-07-18 17:50:09] production.ERROR: Target class [App\Http\Controllers\Admin\HomepageController] does not exist. {"exception":"[object] (Illuminate\Contracts\Container\BindingResolutionException(code: 0): Target class [App\Http\Controllers\Admin\HomepageController] does not exist. at /Users/mrpink/Desktop/Web Dev/acbsupgrade/vendor/laravel/framework/src/Illuminate/Container/Container.php:879)
Updated the web routes to reflect the new \Twill\ directory structure. Updated composer dependencies. Tried running twill:build but fails when getting to the building Twill assets step because of a "digital envelope routines::unsupported" error.
Any ideas on what might be happening or is there a more in depth article on upgrading than what's on Twills Official documentation?