Skip to content

afmartin/dudewheresmykit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dude, Where's my Kit?!

Requirements

  1. PHP >= 5.4
  2. MCrypt PHP Extension
  3. PHP5-sqlite

Installation:

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 migrate

The following command is optional, and prepopulates the sample data.

	$ php artisan db:seed

To run the webapp just execute:

    $ php artisan serve

Email Instructions:

To 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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors