Skip to content

Laravel 4.0 based collaborative consumption platform designed to be a starting place for those wanting to create a collaborative consumption website.

License

Notifications You must be signed in to change notification settings

saoyor/collab-consumption

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#The Collaborative Consumption Marketplace Platform Project (CCMPP)

The migrations are currently not working. They will be fixed soon!

Laravel 4.0 based collaborative consumption platform designed to be a starting place for those wanting to create a collaborative consumption website.

###CCCMP:

  • is currently similiar to an Airbnb-type site for office space
  • does not have any inbuilt payment functionality
  • does not have an automated booking system. There is a booking request form that emails the site owner the details for them to follow up

####See a working demo at http://worldburrow.com/staging

##Configuration

  1. Clone or download this repo onto your computer.
  2. Run composer install in your command line. You must have Composer on your machine for this to work.
  3. Fill in your database and email configurations in app/config/database.php and app/config/mail.php
  4. Replace the key in app/config/app.php with a random 32 character string.
  5. Run artisan migrate. This will create all the tables in the database.
  6. Run artisan serve to see the fruits of your labour in your web browser.
  7. Modify to your liking.
  8. Tell us about your project based on CCMPP by opening an issue here on Github.

All pull requests are welcome

About

Laravel 4.0 based collaborative consumption platform designed to be a starting place for those wanting to create a collaborative consumption website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 88.8%
  • JavaScript 8.0%
  • CSS 3.1%
  • ApacheConf 0.1%