This project uses the laravel framework, with functions such as database addition / editing / deletion and membership system.
Get this project.
Open command line enter this.
git clone https://github.com/90418139/Lareval-GuestBook-Sample.git
cd Lareval-GuestBook-Sample
composer install
cp .env.example .env
php artisan key:generate
Git not anwser? Git
Composer not answer? Composer
Edit '.env'
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=(your sql database name)
DB_USERNAME=(your sql username)
DB_PASSWORD=(your sql password)
Make sql table
You can use command line or by hand
php artisan migrate
If you don't have sql server.you can install "XAMPP".
Start project.
php artisan serve
Finish!!