Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimj92120/wordpress-plugin-allow-models-upload
Allow users to upload .gltf and .glb files into WordPress Media Library.
https://github.com/jimj92120/wordpress-plugin-allow-models-upload
3d-models php wordpress wordpress-plugin
Last synced: 22 days ago
JSON representation
Allow users to upload .gltf and .glb files into WordPress Media Library.
- Host: GitHub
- URL: https://github.com/jimj92120/wordpress-plugin-allow-models-upload
- Owner: JimJ92120
- Created: 2023-01-16T05:42:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T08:47:59.000Z (about 2 years ago)
- Last Synced: 2024-11-24T20:28:24.808Z (3 months ago)
- Topics: 3d-models, php, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wordpress-plugin-allow-models-upload
Allow users to upload .gltf and .glb files into WordPress Media Library.
---
## Requirements### For plugin installation
| | |
|-------------|----------|
| `PHP` | `>= 7.4` |
| `WordPress` | `>= 5.9` |### For development
| | |
|-------------|-----------|
| `PHP` | `>= 7.4` |
| `WordPress` | `>= 5.9` |
| `npm` | `>= 6.0` |
| `node` | `>= 14.0` |---
## How to use1. Download the `.zip` file and install **Allow Models Upload** plugin in WordPress.
2. Activate **Allow Models Upload** plugin.
3. Upload .gltf and .glb into the Media Library.
Video tutorial:
https://user-images.githubusercontent.com/57893611/212634149-ca45bc4d-39ce-4782-a346-164b7dc98f36.mov
---
## Development1. Install `npm` dependencies
```sh
npm install
```2. Run `wp-env` environment
```sh
npm run wp-env start
```---