LaravelDaily / QuickLMS

Simple Learning Management System based on Laravel 5.4.
145 stars 96 forks source link

Removal of payment #5

Closed KRIZELLY closed 6 years ago

KRIZELLY commented 6 years ago

I have tried to remove the payment page to make all courses free. But on the removal of the payment the button becomes static and does not link to any page or register the course in the database. How can I solve this issue?

LaravelDaily commented 6 years ago

@KRIZELLY we didn't build the system to support free courses. If you want to make that change, you need to change the code yourself, unfortunately.