Yet Another News Site
YANS is a platform for users to post articles in markdown. It allows them to give the articles away for free or charge for them.
- Pull in dependencies:
$ composer update - Set up .env:
$ cp .env.example .env - In .env, fill in DB_USERNAME, DB_PASSWORD, TESTING_DB_USERNAME, TESTING_DB_PASSWORD
- Generate APP_KEY by running:
$ php artisan key:generate - Get database up to speed by running:
$ php artisan migrate - Ensure everything is working:
$ vendor/bin/phpunit