Skip to content

A clean Laravel Blog Application built from scratch using only core Laravel features, with a sleek design powered by Bootstrap community templates.

Notifications You must be signed in to change notification settings

Guettaf-Mazigh/laravel_blog_application

Repository files navigation

laravel_blog_application

A clean Laravel Blog Application built from scratch using only core Laravel features, with a sleek design powered by Bootstrap community templates.

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Project Description

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.

Features

  • Create, edit, and delete profiles.
  • Role management (user, admin, author).
  • Admin dashboard to manage users and requests.

Technologies Used

  • Laravel (PHP framework)
  • MySQL (database)
  • Bootstrap (UI framework) using existing open-source templates provided by the Bootstrap community.

Database Configuration

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

About

A clean Laravel Blog Application built from scratch using only core Laravel features, with a sleek design powered by Bootstrap community templates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published