Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arashjafari/liveguestbook
A simple tool in Laravel and Livewire that helps site`s visitors to leave their messages.
https://github.com/arashjafari/liveguestbook
hacktoberfest laravel laravel-livewire livewire mysql php tailwindcss
Last synced: 6 days ago
JSON representation
A simple tool in Laravel and Livewire that helps site`s visitors to leave their messages.
- Host: GitHub
- URL: https://github.com/arashjafari/liveguestbook
- Owner: arashjafari
- License: mit
- Created: 2020-12-20T21:53:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-20T21:55:46.000Z (about 4 years ago)
- Last Synced: 2024-10-31T05:05:14.369Z (about 2 months ago)
- Topics: hacktoberfest, laravel, laravel-livewire, livewire, mysql, php, tailwindcss
- Language: PHP
- Homepage:
- Size: 983 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Live Guestbook
A simple tool in Laravel and Livewire that helps site's visitors to leave their messages.
## Screenshot
![Image of Live Guestbook](screenshot.png)### Features
* Sending messages without signup.
* Show user profile image with Gravatar.com.
* Paginated posts
* Written in [Laravel 8](https://laravel.com/) and [Livewire 2](https://laravel-livewire.com/).## Requirements
* PHP >= 7.3
* [Composer](https://getcomposer.org)
* A supported database: MySQL or MariaDB.## Quick Start
### Installation Instructions
1. Run `composer install`.2. Rename `.env.example` file to `.env`. Update `.env` to your specific needs.
3. Run `php artisan key:generate`.
4. Run `php artisan migrate`.
5. Run `php artisan serve`.
After installation, you can access `http://localhost:8000` on your browser.
## License
The Live Guestbook is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).