Skip to content

Latest commit

 

History

371 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI Coverage 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

Running the app (with real-time messaging)

Reverb requires a persistent process, and message broadcasts are queued — both must be running alongside the usual dev server:

(make sure REVERB_APP_ID/REVERB_APP_KEY/REVERB_APP_SECRET are filled in in your .envartisan reverb:install generates these automatically if you haven't run it yet)

php artisan reverb:start
php artisan queue:work
npm run dev

About

Swinn is a messenger that carries daily payload.

Topics

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages