Following the directions at How to use laravel default authentication in backpack I made it so that Laravel Backpack would use Laravel Breeze's login page instead of it's own, however, once I'm in the Admin dashboard of Laravel Backpack (/admin/dashboard) the logout link (/admin/logout) gives a 404. I also see no reason to have Laravel Backpack link to it's own profile management page (/admin/edit-account-info) when it could just link back to Laravel Breeze's (/profile), however, I'm less concerned about that.
My question is... how I can I make it so that instead of linking to /admin/logout it looks to Laravel Breeze's /logout ?
Here's what
Код: Выделить всё
php artisan backpack:version
Код: Выделить всё
### PHP VERSION: PHP 8.1.2-1ubuntu2.14 (cli) (built: Aug 18 2023 11:41:11) (NTS) Copyright (c) The PHP Group Zend Engine v4.1.2, Copyright (c) Zend Technologies with Zend OPcache v8.1.2-1ubuntu2.14, Copyright (c), by Zend Technologies ### LARAVEL VERSION: 10.43.0.0 ### BACKPACK PACKAGE VERSIONS: backpack/basset: 1.2.4 backpack/crud: 6.6.5 backpack/generators: v4.0.3 backpack/pro: 2.1.8 backpack/theme-tabler: 1.2.5
Источник: https://stackoverflow.com/questions/781 ... ogout-link