Page 1 of 1

Ready made system to make bookings

Posted: Sat Sep 19, 2015 4:56 pm
by gautamz07
Hey guys just looked up google for some laravel package that already has a system for bookings and i found the following:

https://github.com/zeke8402/booking-app

I am not sure what exactly the above package is capable of, But i have one question, would i be thinking too wishfully if i were expecting a ready made package in laravel that already has the booking system coded ? (ofcourse ! i guess i would have to make minor edits , emphasis on minor :D ) , is there a booking system(a booking package in laravel) that i can just drop into my existing website and it would work ?

I am just brainstorming at this point , so forgive me if my question sounds too immature :)

Re: Ready made system to make bookings

Posted: Sun Sep 20, 2015 7:52 am
by Celauran
This looks like a full app, so you'd need to pick it apart to fit into your application. Despite the author saying he will port it to 5, it looks like it's still stuck on Laravel 4, and the admin panel still isn't finished. Looks like it is either moving very slowly or has been abandoned. Might be best to fork it and finish it yourself.