https://github.com/karuhun-developer/multitenant
https://github.com/karuhun-developer/multitenant
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/karuhun-developer/multitenant
- Owner: karuhun-developer
- Created: 2025-03-23T12:43:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-26T16:11:23.000Z (over 1 year ago)
- Last Synced: 2025-03-26T16:41:24.164Z (over 1 year ago)
- Language: PHP
- Size: 486 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Waduh
```
git clone
cp .env.example .env
composer install
php artisan key:generate
php artisan storage:link
php artisan migrate
php artisan db:seed
yarn
yarn build
php artisan serve
```
## Folder Yang Sering Kepake
```
.
├── app/
│ ├── Http/
│ │ └── Api
│ ├── Livewire/
│ │ ├── Cms
│ │ └── Form
│ ├── Models
│ ├── Providers
│ └── Traits
├── config
├── database
├── resources/
│ └── views/
│ ├── components
│ └── livewire
└── routes
```