laravel blog web application which is wrote with
laravel v.8with 100% Test Coverage
Here You Can See Admin Panel View
Here is Blog Database Schema
we have these user types
| # | User TYpe | Description |
|---|---|---|
| 1 | admin |
admin can define a writer |
| 2 | writer |
writer can write posts |
| 3 | user |
user can see posts |
- Define
new Writer SeeEach Writer Posts- Define
New Category SeeAll Category
- Write Posts
- Define
Tagsfor a Post - See Post Comments
- Able to approve comments to show them under a post
TODOAble to Reply Comment
- Able to See Posts
- Write Comments
These web app 100% coverage Test
list of TDD
- Test for
Adminabilities - Test for
Writerabilities - Test for
Userabilities - Test for
GuestUser - Test for
Authentication






