Skip to content

menvil/restbook

Repository files navigation

restbook

  1. Clone the repo: git clone git@github.com:menvil/restbook.git
  2. Install Laravel: composer install --prefer-dist
  3. Change your database settings in app/config/database.php
  4. Rename file .env.example to .env and dit file .env for proper database values

DB_HOST=localhost DB_DATABASE=restbook DB_USERNAME=root DB_PASSWORD=

  1. Migrate your database: php artisan migrate
  2. Seed your database: php artisan db:seed
  3. Make php artisan key:generate
  4. View application in the browser!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors