Blogcone is a simple blog website built with Laravel.
- User roles and authentication
- Blog posts (CRUD operations)
- Like and comments
- Tags
- Archives
- Admin management
- WYSIWYG
- Repository pattern
- Test Coverage
- More features
The database is seeding with users below. You can use these users to test this application.
Email and Password
- admin@mail.com / password (Admin role)
- superuser1@mail.com / password (Super role)
- user1@mail.com / password (Basic role)
git clonecomposer installphp artisan key:generatephp artisan migrate --seedphp artisan serve