Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lokeshrangani/laravel-livewire-crud
Laravel Livewire CRUD
https://github.com/lokeshrangani/laravel-livewire-crud
crud-application crud-sample laravel laravel-livewire livewire livewire-crud livewire-examples
Last synced: 21 days ago
JSON representation
Laravel Livewire CRUD
- Host: GitHub
- URL: https://github.com/lokeshrangani/laravel-livewire-crud
- Owner: lokeshrangani
- License: mit
- Created: 2023-04-12T05:02:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-12T05:15:16.000Z (over 1 year ago)
- Last Synced: 2024-10-31T05:05:10.437Z (2 months ago)
- Topics: crud-application, crud-sample, laravel, laravel-livewire, livewire, livewire-crud, livewire-examples
- Language: PHP
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### Install Packages
```
composer install
```#### Copy .env file
```
cp .env.example .env
```#### Set Database Detail & run migration
```
php artisan migrate
```#### Set Application key
```
php artisan key:generate
```#### Start Laravel Project
```
php artisan serve
```