Skip to content
/ Blogs Public

A modern, feature-rich blogging platform built with Laravel, a powerful PHP framework. This application allows users to create, manage, and interact with blog posts seamlessly.

Notifications You must be signed in to change notification settings

sdad0o/Blogs

Repository files navigation

Laravel Blog Application

A modern, feature-rich blogging platform built with Laravel, a powerful PHP framework. This application allows users to create, manage, and interact with blog posts seamlessly.


🚀 Features

  • 🧑‍💻 User Management: Register, login.
  • 🗂️ Blog Categories: Organize blog posts into categories for easy navigation.
  • ✍️ Rich Content Creation: Add blog posts with images, descriptions, and formatted content.
  • 💬 Comments System: Enable readers to engage with posts via comments.
  • 📧 Subscriber Management: Collect and manage email subscriptions for newsletters or updates.

🛠️ Tech Stack

  • Backend: Laravel (PHP framework)
  • Database: MySQL
  • Frontend: Blade Templates, Bootstrap/CSS

📝 Installation

Follow these steps to set up the project locally:

  1. Clone the repository:

    git clone https://github.com/sdad0o/Blogs.git
  2. Navigate to the project directory:

    cd laravel-blog
  3. Install dependencies:

    composer install
    npm install && npm run dev
  4. Set up the environment:

    • Copy .env.example to .env.
    • Update database credentials and other configurations in .env.
  5. Run migrations:

    php artisan migrate
  6. Start the server:

    php artisan serve

🤝 Contributions

Contributions are welcome! Feel free to fork the repository, make changes, and submit a pull request. If you find a bug or have suggestions, please open an issue.


📌 Contact

For any inquiries or issues, feel free to reach out:


Happy coding! 🎉

About

A modern, feature-rich blogging platform built with Laravel, a powerful PHP framework. This application allows users to create, manage, and interact with blog posts seamlessly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published