Skip to content

bayurifkialghifari/template-laravel-livewire

Repository files navigation

Waduh

git clone
cp .env.example .env
php artisan key:generate
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