laravel library
Classes
- Condition
-
ControllerFunction<
T> - LaravelCreateRestApi
- LaravelGetData
- LaravelModel
- LaravelSaveData
- LaravelSetup
- LaravelTableController
- LaravelTableCreate
-
LaravelTableParam<
T> - LaraveRequiredValidation
-
ModelParam<
T> - Request
-
RequestParams<
T> - ToValidate
-
ToValidateParam<
T> - ToValidator
-
ToValidatorParam<
T> -
ValidatorList<
T>
Extensions
Properties
Functions
-
createFile(
String path, String content, String fileNameWithExtension) → void -
dbStructure(
String dbname, String databaseStructure) → String - defult AUTO Increment database structher Schema::create('${dbname.toLowerCase()}', function (Blueprint $table) { $table->id(); here is your databse strucher $table->timestamps(); });
-
laravelArray(
List list) → String -
laravelGetRequestKeyValue(
dynamic requestKey) → String -
laravelSaveValue(
dynamic keyName, dynamic value) → String -
makeModel(
{List< String> list}) → List<String> -
requestall(
) → Request -
response200(
dynamic data) → String -
response401(
dynamic data) → String -
response404(
dynamic data) → String -
string(
dynamic value) → String -
xBetweenText(
String text, String start, String end) → String