- PHP >= 5.4
- MCrypt PHP Extension
- PHP5-sqlite
Run the following commands:
$ git clone https://github.com/macewanCMPT395/dudewheresmykit.git
$ cd laravel
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install
$ php artisan migrateThe following command is optional, and prepopulates the sample data.
$ php artisan db:seedTo run the webapp just execute:
$ php artisan serveTo change the 'from' email address of the notification emails, edit the file laravel/app/config/mail.php. The fields that you will be interested in are:
- PORT - It will be dependent on your email provider
- HOST - It will be your email provider's address
- DRIVER - It will be dependent on your email provider
- USERNAME - Your specific email log in
- PASSWORD - Your private password
- FROM - The from address to be displayed