Ecosyste.ms: Awesome
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 2 hours ago
JSON representation
My Starter Kits
- Host: GitHub
- URL: https://github.com/karuhun-developer/template-laravel-livewire
- Owner: karuhun-developer
- Created: 2024-02-17T12:50:27.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T18:44:13.000Z (5 days ago)
- Last Synced: 2024-11-10T19:40:40.415Z (5 days ago)
- Topics: alphinejs, bootstrap, bootstrap5, crud, laravel, livewire, livewire-crud, livewire-laravel, livewire3, template, template-project
- Language: PHP
- Homepage:
- Size: 943 KB
- Stars: 2
- Watchers: 2
- 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
```