Download the PHP package monsterz/pluginsreceh without Composer
On this page you can find all versions of the php package monsterz/pluginsreceh. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download monsterz/pluginsreceh
More information about monsterz/pluginsreceh
Files in monsterz/pluginsreceh
Download monsterz/pluginsreceh
More information about monsterz/pluginsreceh
Files in monsterz/pluginsreceh
Vendor monsterz
Package pluginsreceh
Short Description Small plugins for Laravel project
License MIT
Homepage https://github.com/aazmonsterz/pluginsreceh
Package pluginsreceh
Short Description Small plugins for Laravel project
License MIT
Homepage https://github.com/aazmonsterz/pluginsreceh
Please rate this library. Is it a good library?
Informations about the package pluginsreceh
PLUGINS RECEH
WARNING !!!
just for fun, if you find some bugs, fix yourself ;)
LIST OF PLUGINS
- Mnemonic Code
HOW TO INSTALL
- VIA COMPOSER
composer require monsterz/pluginsreceh
HOW TO USE
-
MCNEMONIC Add some prefix and/or suffix in your code field like product code, medicine code, order code, etc.
add
use Monsterz\Pluginsreceh\Mnemonic;
on your class set your new codethen you will get code
PR000001
for your product code methods :
METHODS | |
---|---|
model |
set your table or model in Laravel, use delimiter . if your model inside folder like model('Models.Products') also mean App\Models\Products |
field |
set your field of the table |
prefix |
set prefix on your code |
suffix |
set suffix on your code |
length |
set length of your code, with default it will be 6 length, for example if you set length to 10 your code will be 0000000001 |
default |
set default number if your table don't have yet record/row and you don't want to start from 1 |
withDate |
add date before your code number and after prefix |
create |
creating code |
All versions of pluginsreceh with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
The package monsterz/pluginsreceh contains the following files
Loading the files please wait ....