Skip to content

fredrickmwenda/rentmynet

Repository files navigation

/ ```

  1. Install dependencies

    composer install
  2. Copy .env.example to .env to setup you environment.

    cp .env.example .env
  3. Set your application key to a random string.

    php artisan key:generate
  4. Edit .env to add your Twilio access keys.

    TWILIO_ACCOUNT_SID=ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    TWILIO_AUTH_TOKEN=7axxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    TWILIO_VERIFICATION_SID=VAXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  5. Run migrations to create the database.

    touch database/rentmynet
    php artisan migrate
  6. Run the application.

    php artisan serve
    
  7. Check it out at http://localhost:8000

That's it!

Run the tests

  1. Run phpunit
    ./vendor/bin/phpunit

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published