I'm trying to use the ripcord library in Laravel 5.8, but I do not know what to make it work. I still do not understand how laravel works, so I do not know where some things fit.
This is the link from where I take the library: https://github.com/DarkaOnLine/Ripcord
Thanks for any help you can provide.
Note: I have used the ripcord library with pure PHP.
I have only used the composer, I do not understand where to put the rest of the code to make it work.
From the repo, I can tell that you have to:
Install the package
Register the Service
Open your AppServiceProvider (located in app/Providers) and add this line in register function
Publish the config