/server

Swinn is a messenger that carries daily payload.

Primary LanguagePHPMIT LicenseMIT

Laravel Scrutinizer Code Quality Code Coverage Build Status StyleCI License: MIT

About Swinn

@todo

Installation for development

Install dependencies:

composer install

Crete environment:

php -r "file_exists('.env') || copy('.env.example', '.env');"

Install Telescope:

php artisan telescope:install

Migrate:

php artisan migrate

Refresh Migrations with Passport Installer (say yes to refresh migrations):

php artisan passport:install

Seed database:

php artisan db:seed