Skip to content

練習PHP框架Laravel專案-留言板;Laravel guestbook reference.

License

Notifications You must be signed in to change notification settings

skyksl066/GuestBook

 
 

Repository files navigation

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 git@github.com:skyksl066/GuestBook.git
cd GuestBook
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

練習PHP框架Laravel專案-留言板;Laravel guestbook reference.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • PHP 77.9%
  • Blade 20.7%
  • Other 1.4%