Open sandervanhooft opened 7 years ago
I think you missed out /ticketbeast.git
in the first step 🙂
$ git clone git@github.com:nothingworksinc/ticketbeast.git
$ cd ticketbeast/
$ composer install
$ cp .env.example .env
$ php artisan key:generate
$ ./vendor/bin/phpunit
Hi @adamwathan,
Just for completeness sake (and for whenever I'll need it again), here are the steps I used to install this repo:
git clone https://github.com/nothingworksinc
(and provide credentials if requested)composer install
cp .env.example .env
php artisan key:generate
./vendor/bin/phpunit --exclude-group "integration"
and see if it worksThis guide intentionally omits configuring valet or homestead.
Feel free to include it in the
readme.md
.