An open API service indexing awesome lists of open source software.

https://github.com/climax-solution/laravel-therapion


https://github.com/climax-solution/laravel-therapion

Last synced: over 1 year ago
JSON representation

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
```