Download the PHP package sabbottlabs/laravel-adminerneo without Composer
On this page you can find all versions of the php package sabbottlabs/laravel-adminerneo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sabbottlabs/laravel-adminerneo
More information about sabbottlabs/laravel-adminerneo
Files in sabbottlabs/laravel-adminerneo
Package laravel-adminerneo
Short Description Laravel integration for AdminerNeo v5, a modern database management tool
License Apache-2.0 GPL-2.0-only
Homepage https://github.com/sabbottlabs/laravel-adminerneo
Informations about the package laravel-adminerneo
Laravel AdminerNeo
Laravel integration for AdminerNeo v5, a modern database management tool.
Installation
-
Install via Composer:
-
Publish assets:
-
Register Middleware in
bootstrap/app.php: - Add environment variables (optional):
Updating
After updating the package via Composer, you should republish the assets:
Note: The --force flag will overwrite existing files. Make sure to backup any customizations. Make sure to:
- Backup any customizations
- Save any custom plugins you want to keep
- Note that some plugins may be incompatible with newer versions
Plugin Management
The update process automatically removes old plugins to prevent compatibility issues. If you have custom plugins:
- Back them up before updating
- Test compatibility with the new version
- Reinstall only compatible plugins after update
Content Security Policy (CSP)
AdminerNeo requires specific CSP headers to function properly. The package sets these by default, but you may need to adjust them if:
- You have existing CSP middleware
- You see browser console warnings
- You need to customize security policies
Note: Browser console may show CSP warnings due to 'strict-dynamic' and nonce usage. These warnings are expected and don't affect functionality.
Configuration
See config/adminerneo.php for all configuration options.
All versions of laravel-adminerneo with dependencies
laravel/framework Version ^10.0|^11.0
ext-pdo Version *
sabbottlabs/laravel-adminerneo-builder Version ^1.0.0