https://github.com/linlaz/traject
Website agensi liburan
https://github.com/linlaz/traject
Last synced: 3 months ago
JSON representation
Website agensi liburan
- Host: GitHub
- URL: https://github.com/linlaz/traject
- Owner: linlaz
- Created: 2022-06-02T14:51:23.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-29T18:41:34.000Z (about 2 years ago)
- Last Synced: 2025-01-11T09:47:15.220Z (5 months ago)
- Language: HTML
- Homepage:
- Size: 12.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```