Skip to content

arxeiss/adminer-input-uuid-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Adminer Input UUID generator

Adminer

Installation & usage

$plugins = [
	/*
	1. param $columns = ['id'] - Into which column names should be added UUID generate button (also param 2 must match)
		['id'] - adds button next to 'id' input for all tables
		['id', 'users::external_id'] - adds next to id input for all tables and next to external_id input in users table
	2. param $matchingTypes = ['uuid'] - Next to which column types button will be placed
	3. param $buttonText = 'Generate UUID' - the text label of the button
	*/
    new AdminerUUIDGenerator(),
];

About

Plugin into Adminer for generating UUID into input fields

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages