Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karuhun-developer/sso-service
https://github.com/karuhun-developer/sso-service
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/karuhun-developer/sso-service
- Owner: karuhun-developer
- Created: 2024-08-02T03:14:50.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T07:28:48.000Z (2 months ago)
- Last Synced: 2024-09-09T09:09:24.472Z (2 months ago)
- Language: PHP
- Size: 417 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
php artisan key:generate
php artisan storage:link
php artisan migrate
php artisan db:seed
php artisan serve
```## Folder Yang Sering Kepake
```
.
├── app/
│ ├── Http/
│ │ └── Api
│ ├── Livewire/
│ │ ├── Cms
│ │ └── Form
│ ├── Models
│ ├── Providers
│ └── Traits
├── config
├── database
├── resources/
│ └── views/
│ ├── components
│ └── livewire
└── routes
```