An open API service indexing awesome lists of open source software.

https://github.com/yakuter/laravel-guestbook

An easy guestbook example to show usage of database actions in laravel with resource controller
https://github.com/yakuter/laravel-guestbook

database guestbook laravel mini-project php resource-controller

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

![Screenshot](https://raw.githubusercontent.com/yakuter/laravel-guestbook/master/laravel-guestbook-screenshot.png)



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.