Skip to content

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

Notifications You must be signed in to change notification settings

yakuter/laravel-guestbook

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published