Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pragalbha-patil/livewire101

A project demonstrating Laravel Livewire for everything.
https://github.com/pragalbha-patil/livewire101

laravel laravel7 livewire

Last synced: 3 days ago
JSON representation

A project demonstrating Laravel Livewire for everything.

Awesome Lists containing this project

README

        

# Livewire 101

A project demonstrating [Laravel Livewire](https://laravel-livewire.com/) for everything.

## Installation

Use [composer](https://getcomposer.org/) to setup project.

```bash
composer install
```

Then copy the .env example and to .env and setup database
```bash
cp .env.example .env
```
Finally run the project using
```bash
php artisan migrate
php artisan key:generate
php artisan serve
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.