Skip to content

NomanHussain45/-Event-Planning-And-Booking-System

Repository files navigation

Event Planning and Booking System Guideline

  1. How to Integrate your personal stripe account?

• Create your stripe account from stripe.com • Stripe will provide you the Secret key and Publishable key • First copy secret key from your account, follow that path and replace key Event planning -> application -> controllers -> checkout.php
• Copy the publishable key from your stripe account, follow that path and replace key Event planning -> application -> stripe -> js -> stripe.js

  1. Put your email address and password, follow the path Event planning -> application -> controllers -> checkout.php

CodeIgniter 2

Open Source PHP Framework (originally from EllisLab)

For more info, please refer to the user-guide at http://www.codeigniter.com/userguide2/
(also available within the download package for offline use)

WARNING: CodeIgniter 2.x is no longer under development and only receives security patches until October 31st, 2015. Please update your installation to the latest CodeIgniter 3.x version available (upgrade instructions here).