Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 907 Bytes

README.md

File metadata and controls

36 lines (32 loc) · 907 Bytes

Waduh

Postman Documentation

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