Download the PHP package onecentlin/laravel-adminer without Composer

On this page you can find all versions of the php package onecentlin/laravel-adminer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-adminer

Laravel Adminer Database Manager

Light weight Adminer database management tool integrated into Laravel 5/6/7/8/9.

Various database support: MySQL, SQLite, PostgreSQL, Oracle, MS SQL, Firebird, SimpleDB, MongoDB, Elasticsearch, and etc.

v7.0 New Features

v6.0 New Features

Make life easier with minimized package setup =)

Installation

OR

Update composer.json in require section:

Run:

Register package

Laravel auto package discovery feature added since package v6.0, you may skip this step.

Update config/app.php

Publish config and theme file

This action will copy two files and one folder:

config file: config/adminer.php

ATTENSION: Please only enable autologin with authenticated protection.

theme file: public/adminer.css

You may download adminer.css from Adminer or create custom style, and place it into public folder.

Setup Access Permission (Middleware)

Package v6.0 allow customized middleware config, you may skip this step or modify to fit your needs.

Laravel 11 middleware setup changes

Since Laravel v11 remove Kernel.php, the middleware setup point to bootstrap/app.php

Add your middleware group in withMiddleware section:

Laravel 5.2 and above

Setup for middleware group supported for Laravel 5.2 above (~v10)

Modify config/adminer.php : 'middleware' => 'adminer',

Modify app/Http/Kernel.php file with adminer in $middlewareGroups

Enable Plugins

Drop your plugin files in resources/adminer/plugins

Modify config/adminer.php : 'plugins' => [] by adding the name of the plugin class and any argument required

Access adminer

Open URL in web browser

Screenshot

Remarks

Due to function name conflicts of Laravel 5 and Adminer, adminer.php file functions cookie(), redirect() and view() are prefixed with adm_ prefix.

Inspired by miroc


All versions of laravel-adminer with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4.0
illuminate/contracts Version ~5.0|~6.0|~7.0|~8.0|~9.0|~10.0|^11.0
illuminate/routing Version ~5.0|~6.0|~7.0|~8.0|~9.0|~10.0|^11.0
illuminate/support Version ~5.0|~6.0|~7.0|~8.0|~9.0|~10.0|^11.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package onecentlin/laravel-adminer contains the following files

Loading the files please wait ....