rinvex / laravel-bookings

⚠️ [ABANDONED] Rinvex Bookable is a generic resource booking system for Laravel, with the required tools to run your SAAS like services efficiently. It's simple architecture, accompanied by powerful underlying to afford solid platform for your business.
MIT License
459 stars 143 forks source link

Documentation #64

Closed kevinwaxi closed 2 years ago

kevinwaxi commented 2 years ago

The project sounds cool but too bad, I tried using this in my scenario and I feel like the documentation is lacking something I don't know what exactly but when I just do as per the documentation I face many errors I don't know why tried fixing a few but still more error. if by any chance you could point to me where to read more of this or a working example.

Omranic commented 2 years ago

Thank you @kevinwaxi

If you can provide a screenshot of the errors you're getting, maybe we can help you better 🙂

Feel free to re-open this issue if needed, and explain what's exactly the error you're facing and how to reproduce it.

kevinwaxi commented 2 years ago

1 abstract method and must therefore be declared abstract or implement the remaining methods (App\Models\User::getBookingModel) Screenshot_2021-11-24_11-42-59

Omranic commented 2 years ago

That's very clear. You need to define all abstract methods inside your model class: https://github.com/rinvex/laravel-bookings/blob/master/src/Traits/Bookable.php#L23-L66