sabbottlabs / laravel-adminerneo-builder
Build tool for compiling AdminerNeo v5
v1.0.3
2025-02-09 08:02 UTC
Requires
- php: ^8.2
- ext-pdo: *
README
Build tool for compiling AdminerNeo v5 from source.
Overview
Handles compilation of AdminerNeo v5:
- Downloads source code
- Compiles with selected features
- Outputs ready-to-use build
Requirements
- PHP 8.1+
- Git
- PDO extension
Usage
./scripts/build
Output
- output/adminer.php - Compiled AdminerNeo
- output/plugins/ - Plugins from AdminerNeo Source
- output/version.txt - Build info
- output/README.md - Documentation
- output/LICENSE.md - License
License
Apache License 2.0 or GPL v2