Skip to content

sutara79/demo-laravel-crud

Repository files navigation

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 sign up.
  • 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 ( [email protected] )