sheikhRakib / 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).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 access to others and many more).


Languages

Language:PHP 39.6%Language:HTML 30.3%Language:Blade 24.2%Language:Less 5.7%Language:Shell 0.2%