https://github.com/linlaz/tellme
social media
https://github.com/linlaz/tellme
Last synced: 3 months ago
JSON representation
social media
- Host: GitHub
- URL: https://github.com/linlaz/tellme
- Owner: linlaz
- Created: 2021-11-05T08:40:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-06T08:16:27.000Z (over 1 year ago)
- Last Synced: 2025-01-11T09:47:15.633Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TELLME
## Clone WEB
```
git clone [https://github.com/linlaz/Peminjaman-Buku.git](https://github.com/linlaz/tellme.git)
```
```
cd tellme
```
```
copy .env.example .env
```
```
composer install
```
```
php artisan storage:link
```
```
php artisan key:generate
```
```
php artisan migrate:fresh --seed
```
```
php artisan serve
```
```
username : admin
email : [email protected]
password : admin
```