laravel-shopify icon indicating copy to clipboard operation
laravel-shopify copied to clipboard

Fix 'home' route name in token view

Open i350 opened this issue 11 months ago • 1 comments

The problem appears when we customize the name of 'home' route with something else using the config key route_names.home, while the view token.blade.php retrieves the home route with its default name 'home' .

This PR replaces the 'home' constant with dynamic value from config 'route_names.home'.

i350 avatar Dec 16 '24 22:12 i350

+1

ghost avatar Jan 15 '25 13:01 ghost