mckaygerhard
3b2eac3cbc
* lib - class.validator > fix validator class for required and non required in class.validator when many parameters are sent.. the validator if you used required only validate the last one.. fix so if this is not required and the first one is required, let the validation pass or do not pass any * lib - class.validator > support for GET and POST autodetection validator allows to send and assigation of the array vars validations this allows to you to use also PUT for api calls.. autodetection of the type, if will be GET or POST array if no speciall call is given.. * lib - class.model > mkid autoincrement string/key for ODBC/sql ansi DBMS Create PICCORO's crazy ID posta is not crazy.. allows to use autoincremnet no matter if database support it or not this permit that you can create a simpel nont dependendant database. with this you identify several things, full date, where when inserted it sorts itself since it will never give a smaller number * editor config, set to 0 spaces ini files * ignore shit of mocosoft vscode
45 lines
581 B
Plaintext
45 lines
581 B
Plaintext
# no shit allowed
|
|
.vscode
|
|
|
|
# ---> Laravel
|
|
/vendor/
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# Laravel 4 specific
|
|
bootstrap/compiled.php
|
|
app/storage/
|
|
|
|
# Laravel 5 & Lumen specific
|
|
public/storage
|
|
public/hot
|
|
|
|
# Laravel 5 & Lumen specific with changed public path
|
|
public_html/storage
|
|
public_html/hot
|
|
|
|
storage/*.key
|
|
Homestead.yaml
|
|
Homestead.json
|
|
/.vagrant
|
|
.phpunit.result.cache
|
|
|
|
bootstrap/
|
|
storage/
|
|
|
|
# guachi framework
|
|
/*.db
|
|
/*-shm
|
|
/*-wal
|
|
/guachi.ini
|
|
/cache/*
|
|
/public/js/guachi.js
|
|
/node_modules/*
|
|
/.sass-cache/*
|
|
/package-lock.json
|
|
/server
|
|
/extras/pruebas/
|
|
/public/pruebas.php
|
|
/test/
|