Coder Social home page Coder Social logo

laravel-blog's Introduction

Laravel Blog Application

Overview

This Laravel-based blog application offers a comprehensive platform for blogging, including features for managing posts, categories, user profiles, and admin functionalities. Designed with a focus on user experience and administrative efficiency, it utilizes Laravel's robust capabilities, enhanced with Bootstrap 5 for a responsive and intuitive interface.

Features

  • User Authentication: Utilizes Laravel's authentication system for secure user registration and login.
  • Profile Management: Users can view and edit their profile information, including name,email and avatar.
  • Admin Dashboard: A dedicated admin panel for managing blog posts, categories, and user accounts.
  • Post Creation and Management: Admins can create, edit, and delete blog posts, with markdown support for content creation.
  • Category Management: Allows for the creation, editing, and deletion of post categories.
  • User Management: Admins can manage user accounts, including editing user information and deleting users.
  • Change Password Functionality: Users can securely change their passwords.
  • Search Functionality: Users can search for blog posts based on content or categories.
  • Responsive Design: Styled with Bootstrap 5 for a modern, responsive user interface.
  • Settings Page: Admins can update site settings, including site title and favicon.
  • Pagination: Implemented pagination for blog posts and categories.
  • Image Uploads: Support for uploading and displaying featured images in blog posts.
  • Add Comments : Users can interact with the blog by adding comments to posts.
  • Delete and Edit Comments : Users have the ability to remove their own comments, giving them control over the content they contribute to the blog, they also can edit their comments after posting them.
  • Like posts : Users can like posts.
  • About and Contact Pages: Includes template pages for 'About Us' and 'Contact' with dummy content.

Technologies Used

  • Laravel: The application is built using Laravel, a robust PHP framework for web applications.
  • Bootstrap 5: For front-end styling and responsive design.
  • MySQL: Database management.
  • Markdown: For blog post content creation and rendering.

Getting Started

To get started with this project, clone the repository and install the necessary dependencies via Composer. Configure your .env file with your database and other environment settings.

git clone https://your-repository-url.git
cd laravel-blog
composer install
cp .env.example .env
php artisan key:generate
# Create a database and name it laravel_blog
# Edit .env file with your database settings like the database user with his password
php artisan storage:link
mkdir -p public/storage/posts
php artisan migrate
php artisan db:seed
npm install && npm run dev
php artisan serve

Default User Accounts

After running the database seeders, you will have two default user accounts:

License

This project is open-sourced under the MIT license.

Contact

For any queries or suggestions, feel free to reach me out at [email protected]

laravel-blog's People

Contributors

majd-eddine-ben-tahar avatar

Watchers

 avatar

laravel-blog's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.