A clean Laravel Blog Application built from scratch using only core Laravel features, with a sleek design powered by Bootstrap community templates.
A Laravel blog application that allows users to manage their profiles and participate in content creation. The application includes the following features:
- Profile Management: Create, edit, and delete profiles.
- Author Role Request System:
- Users can request to become authors by sending a request to the admin.
- The admin reviews and decides whether to approve or reject the request.
- Responsive and simple interface built using Bootstrap templates.
- Create, edit, and delete profiles.
- Role management (user, admin, author).
- Admin dashboard to manage users and requests.
- Laravel (PHP framework)
- MySQL (database)
- Bootstrap (UI framework) using existing open-source templates provided by the Bootstrap community.
Open .env and set your database credentials:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=your_database_name
DB_USERNAME=your_database_user
DB_PASSWORD=your_database_password