Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 2 hours ago
JSON representation

My Starter Kits

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