Whenever I update compositor in Bugisto, is the Bugisto library also automatically updated?
-
Please tell me that whenever I update compositor in Bugisto, is the Bugisto library also automatically updated? because i am using my custome library in bagisto.
Thanks,
-
Hi, @_developer_12
Can you please explain me your issue ?
if you want to update library simply run composer update,
if you still found some issue let me know.Thanks
-
Sir, I have created custom packages in Bugisto, but I think my custom code is not working due to library updates.
-
The scenario is as, we created some custom package those working fine, in between we update the composer as well. Yesterday we create a new package. But as we defined routes in admin's route file as did for previous custom package, the routes are not working and coming route undefined error.
For more deguging, we have make admin's route file empty and clear cache but still project running without route file content. Please suggest how its working? is there some default setting as well in bagisto setup?
-
If you are getting issue regarding your route then use this command
php artisan route:cache && route:clear
if you still getting issue after running the given command.Then deploy your bagisto on our staging server so that I can look into your code.