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.git
cd weblog
composer update
cp .env.example .env
php artisan key:generate
php artisan migrate --seed
php artisan serve
username | password |
---|---|
admin | 12345 |
moderator | 12345 |
user | 12345 |
The Laravel framework is open-sourced software licensed under the MIT license.