Hello guys I have a problem and I am trying to install mollie payment gateway https://www.mollie.com/en/modules/laravel But I am on shared hosting and I Dont have access to command line and composer so I could not run composer require or update or any php artisan command.
I tried to install locally and paste the file from my localhost folder to my project and follow the instruction and include the facade in app.php.
But when I run my project I get an error Class 'Mollie\Laravel\MollieServiceProvider' So I am guessing I have to run php artisan vendor publish for class to get recognized and that would create some file in config.
My question Is How do I do that without composer.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community