Skip to content

Repository files navigation

Blog CMS with Laravel Livewire and Filament Admin Panel

This is an open-source blog content management system (CMS) built using Laravel, Livewire, and the Filament Admin Panel. It provides a user-friendly interface for managing blog posts, categories, and users.

Features

  • Blog Management: Easily create, edit, and delete blog posts.
  • Category Management: Organize posts into categories.
  • Responsive Design: Accessible on both desktop and mobile devices.
  • Real-time Updates: Powered by Laravel Livewire for dynamic, real-time updates without page reloads.

Requirements

  • PHP >= 8.0
  • Composer
  • Laravel >= 9.x
  • Node.js & NPM
  • MySQL or any other supported database

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/blog-cms.git
    cd blog-cms
  2. Install dependencies:

    composer install
    npm install && npm run dev
  3. Environment setup:

    Copy the .env.example file to .env and update the database and other necessary configurations.

    cp .env.example .env
  4. Generate application key:

    php artisan key:generate
  5. Run migrations and seed the database:

    php artisan migrate --seed
  6. Serve the application:

    php artisan serve
  7. Access the application:

    Open your browser and go to http://localhost:8000.

Usage

  • Admin Panel: Access the admin panel at /admin to manage users, posts, and categories.
  • Authentication: Use the default login credentials provided in the database seeder.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.

License

This project is open-source and available under the MIT License.

Acknowledgements

About

An open-source blog content management system built with Laravel, Livewire, and Filament Admin Panel. Manage blog posts, categories, and users with a responsive, real-time interface. Ideal for developers seeking a robust and user-friendly CMS solution.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages