/blog

simple blogging app in laravel

Primary LanguagePHPMIT LicenseMIT

simple Blog applicatoin in laravel


what is application?

  • It is simple blogging app.
  • users can login/register
  • users can write/update blogs
  • users can read blogs
  • users can comment on blogs

Demo

Demo is at Show me demo

Install

download source code and add .env file to blog directory. Config .env file as in part-1 of tutorials.

Tutorials

Tutorials are on Find All Together Website

Database tables

  • users (default + role)
  • posts (id, author, title, body, slug, published_on, last_modified, active)
  • comments (id, on_post, from_user, body, at_time)