Ready made system to make bookings

Discussion for various published PHP frameworks, including Zend Framework, CodeIgniter, Kohana, CakePHP, Yii, Symfony, and others.

Moderator: General Moderators

Post Reply
User avatar
gautamz07
Forum Contributor
Posts: 331
Joined: Wed May 14, 2014 12:18 pm

Ready made system to make bookings

Post 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 :)
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Ready made system to make bookings

Post 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.
Post Reply