You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that llum adds the Service Providers and Aliases in config/app.php multiple times if you have an error (and thus the installation failed) and then run it again.
I was having an error with composer when running PHP 7.0.8 from MAMP. After switching to 5.6 for cli it managed to get through but then I got errors because of the duplicate SPs and Aliases.
The text was updated successfully, but these errors were encountered:
Yes is a known bug. This package is designed only for one use, repeated uses can cause errors/duplications. I don't know how to avoid that so any suggestion will be welcomed or please feel free to propose a pull request.
I've noticed that llum adds the Service Providers and Aliases in config/app.php multiple times if you have an error (and thus the installation failed) and then run it again.
I was having an error with composer when running PHP 7.0.8 from MAMP. After switching to 5.6 for cli it managed to get through but then I got errors because of the duplicate SPs and Aliases.
The text was updated successfully, but these errors were encountered: