/laravel-therapion

Therapion provides private online therapy and online counseling sessions. Free resources and live events. Counselor training and courses.

Primary LanguageBladeMIT LicenseMIT

Laravel version of Therapion

Old website version of Therapion

Installation

composer install
# env setting
php artisan key:generate
php artisan migrate --seed
php artisan storage:link
php artisan serve
# localhost:8000