Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.12 KB

readme.md

File metadata and controls

43 lines (30 loc) · 1.12 KB

demo-laravel-crud

Build Status codecov

My practice for basic CRUD of Laravel 5.7 with Heroku.

Demo

https://sutara79-laravel.herokuapp.com/

Documentation

(Japanese) https://qiita.com/sutara79/items/ef30fcdfb7afcb2188ea

Feature

  • All visitors can read all posts.
  • All visitors can read all users' profile except email address.
  • All visitors can #.
  • Each the logged in user can post, edit and delete.
  • The admin can edit and delete all users' accounts and posts.

License

MIT

Author

Yuusaku Miyazaki ( toumin.m7@gmail.com )