Git Product home page Git Product logo

easypress's Introduction

Easypress CMS Setup Guide

This guide will help you set up a Laravel application with a modern Content Management System (Easypress CMS) using the latest technologies such as Livewire and Filament.

Prerequisites

Before you begin, ensure you have the following installed on your system:

  • PHP (>= 8.1)
  • Composer
  • Node.js (with npm)
  • MySQL or any other preferred database system

Installation

  1. Clone the repository:

    git clone https://github.com/niat786/easypress.git
    
  2. Navigate into the project directory:

    cd easypress
    
  3. Install PHP dependencies:

    composer install
    
  4. Install JavaScript dependencies:

    npm install && npm run dev
    
  5. Copy the .env.example file to .env:

    cp .env.example .env
    
  6. Generate an application key:

    php artisan key:generate
    
  7. Configure the database connection in the .env file:

    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=your_database
    DB_USERNAME=your_username
    DB_PASSWORD=your_password
    
  8. Run the migrations to set up the database schema:

    php artisan migrate
    
  9. Serve the application:

    php artisan serve
    
  10. Visit http://127.0.0.1:8000 in your web browser to see the application running.

Features

Content Management System (CMS) with Livewire and Filament

  • Livewire Integration: Harnesses the power of Livewire for dynamic, reactive user interfaces without the need for JavaScript.
  • Filament Admin Panel: Utilizes Filament for a sleek and customizable admin interface, providing an intuitive user experience for managing content.
  • User Authentication: Provides authentication for users to log in and manage content.
  • Role-Based Access Control: Allows assigning different roles to users with varying levels of permissions.
  • Content Creation: Users can create, edit, and delete various types of content, such as articles, pages, or custom content types, all within the Filament admin panel.
  • WYSIWYG Editor: Integrates a What-You-See-Is-What-You-Get editor for easy content creation.
  • Media Management: Enables users to upload and manage media files like images, videos, and documents.

Blog with CRUD Operations

  • Livewire Components: Employs Livewire components for interactive and real-time functionality in the blog section.
  • Categories: Supports categorizing blog posts for better organization and navigation.
  • Tags: Allows tagging blog posts for easy searching and filtering.
  • Comments: Enables users to comment on blog posts, with moderation options available for administrators.
  • Search Functionality: Provides search functionality to find specific blog posts quickly.
  • Pagination: Implements pagination for listing blog posts efficiently.

Feel free to customize and extend the application according to your specific requirements and preferences. Happy coding!

easypress's People

Contributors

niat786 avatar

Watchers

 avatar

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.