A simple tool in Laravel and Livewire that helps site's visitors to leave their messages.
- Sending messages without signup.
- Show user profile image with Gravatar.com.
- Paginated posts
- Written in Laravel 8 and Livewire 2.
- PHP >= 7.3
- Composer
- A supported database: MySQL or MariaDB.
-
Run
composer install
. -
Rename
.env.example
file to.env
. Update.env
to your specific needs. -
Run
php artisan key:generate
. -
Run
php artisan migrate
. -
Run
php artisan serve
.After installation, you can access
http://localhost:8000
on your browser.
The Live Guestbook is open-sourced software licensed under the MIT license.