Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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