-
Notifications
You must be signed in to change notification settings - Fork 105
Labels
Description
Laravel Package Version
1.0.3
Laravel Version
12.20.0
PHP Version
8.3.15
Database Driver & Version
No response
Description
When running php artisan boost:install
I get duplicate declaration of helper functions that are loading via composer
"autoload": {
"psr-4": {
"App\\": "app/",
"Database\\Factories\\": "database/factories/",
"Database\\Seeders\\": "database/seeders/"
},
"files": [
"app/helpers.php"
]
},
Cannot redeclare template_path() (previously declared in html/app/helpers.php:6)
Steps To Reproduce
composer require laravel/boost --dev
Add helpers file to autoloader and place function inside.
run php artisan boost:install
Select PHPStorm, then Junie
ciungulete, negoziator, AustinW, nat-mystudiosessions, lukasleitsch and 2 moreashleyhindle