Skip to content

Weblog is a web-based blog site project based on Laravel Framework (v8) where anyone can read blogs without authentication, though writing articles require membership. There are three types of members here, normal users (can manage articles of their own), moderators (responsible for maintaining the quality of contents), and admins(can give acces…

Notifications You must be signed in to change notification settings

sheikhRakib/weblog

Repository files navigation

weblog

Weblog is a web-based blog site project based on Laravel Framework (v8) where anyone can read blogs without authentication, though writing articles require membership. There are three types of members here, normal users (can manage articles of their own), moderators (responsible for maintaining the quality of contents), and admins(can give access to others and many more).

Framework

  1. Laravel (version 8)
  2. AdminLTE

Install

  1. git clone https://github.com/sheikhRakib/weblog.git
  2. cd weblog
  3. composer update
  4. cp .env.example .env
  5. php artisan key:generate
  6. php artisan migrate --seed
  7. php artisan serve

Default users

username password
admin 12345
moderator 12345
user 12345

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

Weblog is a web-based blog site project based on Laravel Framework (v8) where anyone can read blogs without authentication, though writing articles require membership. There are three types of members here, normal users (can manage articles of their own), moderators (responsible for maintaining the quality of contents), and admins(can give acces…

Topics

Resources

Stars

Watchers

Forks