Skip to content

90418139/Lareval-GuestBook-Sample

Repository files navigation

Build Status Total Downloads Latest Stable Version License

Lareval-GuestBook-Sample

This project uses the laravel framework, with functions such as database addition / editing / deletion and membership system.

step 1:

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

step 2:

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)

step 3:

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".

step 4:

Start project.

php artisan serve

Finish!!

About

Laravel guestbook reference

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published