https://github.com/climax-solution/laravel-therapion
https://github.com/climax-solution/laravel-therapion
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/climax-solution/laravel-therapion
- Owner: climax-solution
- License: mit
- Created: 2021-06-15T13:56:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-15T15:19:53.000Z (about 5 years ago)
- Last Synced: 2025-01-22T12:45:28.367Z (over 1 year ago)
- Language: CSS
- Size: 3.09 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel version of Therapion
[Old website version](https://www.therapion.com/) of Therapion
## Installation
```bash
composer install
# env setting
php artisan key:generate
php artisan migrate --seed
php artisan serve
# localhost:8000
```