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).
- Laravel (version 8)
- AdminLTE
git clone https://github.com/sheikhRakib/weblog.gitcd weblogcomposer updatecp .env.example .envphp artisan key:generatephp artisan migrate --seedphp artisan serve
| username | password |
|---|---|
| admin | 12345 |
| moderator | 12345 |
| user | 12345 |
The Laravel framework is open-sourced software licensed under the MIT license.