An open API service indexing awesome lists of open source software.

https://github.com/karuhun-developer/template-laravel-livewire

My Starter Kits
https://github.com/karuhun-developer/template-laravel-livewire

alphinejs bootstrap bootstrap5 crud laravel livewire livewire-crud livewire-laravel livewire3 template template-project

Last synced: about 1 year ago
JSON representation

My Starter Kits

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
```