yakuter / laravel-guestbook

An easy guestbook example to show usage of database actions in laravel with resource controller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple mini-project with Laravel 5.5, showing how to use database actions in laravel with resource controller.

Screenshot


How to use

  • Clone the repository with git clone.
  • Copy .env.example file to .env and edit database section there
  • Run composer install
  • Run php artisan key:generate
  • Create a database and run php artisan migrate to create database
  • That's it - load the homepage

License

Please use and re-use however you want.

About

An easy guestbook example to show usage of database actions in laravel with resource controller


Languages

Language:PHP 79.5%Language:HTML 19.9%Language:Vue 0.6%