Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pragalbha-patil/livewire101
- Owner: Pragalbha-Patil
- Created: 2020-07-01T15:27:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:22:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T11:06:29.783Z (about 1 month ago)
- Topics: laravel, laravel7, livewire
- Language: PHP
- Homepage:
- Size: 2.64 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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.