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
- Host: GitHub
- URL: https://github.com/yakuter/laravel-guestbook
- Owner: yakuter
- Created: 2017-12-11T19:50:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-19T20:10:30.000Z (almost 8 years ago)
- Last Synced: 2025-01-29T08:33:24.521Z (9 months ago)
- Topics: database, guestbook, laravel, mini-project, php, resource-controller
- Language: PHP
- Size: 300 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple mini-project with Laravel 5.5, showing how to use database actions in laravel with resource controller.

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.