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

https://github.com/linlaz/traject

Website agensi liburan
https://github.com/linlaz/traject

Last synced: 3 months ago
JSON representation

Website agensi liburan

Awesome Lists containing this project

README

        

# Traject
## Clone WEB
```
git clone https://github.com/linlaz/Traject.git
```
```
cd Traject
```
```
copy .env.example .env
```
```
composer install
```
```
php artisan storage:link
```
```
php artisan key:generate
```
```
php artisan migrate
```
```
php artisan db:seed
```
```
php artisan serve
```