Skip to content

Experiment with the Test Driven Laravel course by Adam Wathan.

Notifications You must be signed in to change notification settings

training-yoyosan/test-driven-laravel

Repository files navigation

Installation

$ composer install
$ cp .env.example .env
# Make sure you add your Stripe keys to the `.env` file.
$ php artisan migrate --seed --force
$ npm install
$ gulp

Running the front-end:

$ tmux new -s ticket-beast
$ php artisan serve --env=testing

Press Ctrl+B, D to detach tmux.

Front-End

Access the front-end at locahost:8000.

Running the tests

$ touch database/testing.sqlite
$ ./vendor/bin/phpunit tests/

About

Experiment with the Test Driven Laravel course by Adam Wathan.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published