Git Product home page Git Product logo

devkabir / wordpress-plugin-management-system Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 3.0 618 KB

This is a WordPress Plugin Management System built using the Laravel framework. It provides a comprehensive solution for plugin developers to manage their WordPress plugins efficiently.

PHP 77.67% JavaScript 0.22% Blade 22.11%
wordpress wordpress-plugin laravel laravel-framework managment-system php plugin-support software-management support-ticket user-management

wordpress-plugin-management-system's Introduction

WordPress Plugin Management System For Plugin Developers

This is a WordPress Plugin Management System built using the Laravel framework. It provides a comprehensive solution for plugin developers to manage their WordPress plugins efficiently.

Features

  • User registration and authentication system.
  • Support ticket system for user inquiries and issue tracking.
  • Plugin statistics and analytics on dashboard.

Installation

  1. Clone the repository:

    git clone https://github.com/devkabir/wordpress-plugin-management-system.git
    
  2. Navigate to the project directory:

    cd wordpress-plugin-management-system
    
  3. Install the required dependencies:

    composer install
    
  4. Create a new .env file by duplicating .env.example:

    cp .env.example .env
    
  5. Generate a new application key:

    php artisan key:generate
    
  6. Configure the database settings in the .env file.

  7. Run the database migrations and seed the initial data:

    php artisan migrate --seed
    
  8. Start the development server:

    php artisan serve
    
  9. Access the application in your browser at http://localhost:8000.

Usage

  • Track plugin activities on user's system.
  • Collect user's WordPress setup information automatically via api.
  • Handle user support tickets and respond to user inquiries.
  • Monitor plugin statistics and ratings to gain insights into plugin performance.

How it looks

  • Dashboard
  • Plugin users with status
  • Plugin user details
  • Light mood

How to extend

This is a basic concept, if you need professional version, let me know

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

wordpress-plugin-management-system's People

Contributors

devkabir avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

wordpress-plugin-management-system's Issues

Password table

Discussed in #4

Originally posted by factorypattern99 June 30, 2023
Hi, I can't seem to find the database table for the username and password to login to the app, could you please advise?

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.