Minor fixes i faced using this package#1
Conversation
|
Hello Martin! Thank you for contributing! I saw that you added Laravel 8 routes which are not backward compatible with older versions of Laravel, so in order to merge your request i need to change composer.json file to change the dependencies. Basically i will have to make the verstion 3 of the package to require Laravel 8 (which is LTS) and new versions of PHP. Will do very soon, and merge your fixes! Thanks again! |
|
Yes I agree about Laravel routes. Besides that I think we need to fix the critical errors like the one for PSR-4 compatibility. Also there is one more thing I noticed today. |
|
Hello Bojan, I've just fixed psr4 problem finally, sorry for the delay this supposed to be our internal package. Soon I will give support for Laravel 8 and Macedonian currency, thank again for contributing. |
PS4-4 autoload error because the class name and file name are not the same
Added Macedonian currency
Route support for Laravel 8
ENV keys were wrong in the documentation