Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evokelektrique/veronalabs-book-store-wp-plugin
veronalabs book management wordpress plugin
https://github.com/evokelektrique/veronalabs-book-store-wp-plugin
Last synced: 10 days ago
JSON representation
veronalabs book management wordpress plugin
- Host: GitHub
- URL: https://github.com/evokelektrique/veronalabs-book-store-wp-plugin
- Owner: evokelektrique
- License: mit
- Created: 2024-01-02T19:21:54.000Z (11 months ago)
- Default Branch: develop
- Last Pushed: 2024-01-06T12:21:30.000Z (11 months ago)
- Last Synced: 2024-01-06T14:34:45.375Z (11 months ago)
- Language: PHP
- Homepage:
- Size: 889 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Book Store WordPress Plugin
## Overview
The Book Store WordPress Plugin is a custom plugin designed to manage and display book information within a WordPress environment. It leverages the Laravel Eloquent ORM for database interactions and provides an administration interface for managing book-related data.
## Features
- Display a list of books in the WordPress admin panel.
- Manage book information, including post ID, ISBN, created at, and updated at.
- Responsive and user-friendly book listing table.## Installation
1. Clone the repository to your WordPress plugins directory and navigate into the folder:
```bash
git clone https://github.com/evokelektrique/veronalabs-book-store-wp-plugin.git wp-content/plugins/veronalabs-book-store-wp-plugin
```2. Install the required PHP packages with `composer install`.
3. Activate the plugin through the WordPress admin panel.
4. Enjoy managing your book information through the WordPress admin interface.## Usage
1. Navigate to the "Books Info" menu in the WordPress admin panel.
2. View and manage book information in the provided table.## Requirements
- WordPress 5.0 or later.
- PHP 7.4 or later.
- MySQL
- Docker (For [development](#development))## Development
### Docker
1. Navigate to the root project directory.
2. run `docker compose up -d` to run a WordPress instance with pdo_mysql extension installed.
3. Open the browser and navigate to this url `http://localhost:8080`.### Assets
- Use `npm run dev` to watch and compile real time whenever anything changes.
- Use `npm run build` to compile and minify the assets## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.