Download the PHP package globalxtreme/laravel-backend-service without Composer
On this page you can find all versions of the php package globalxtreme/laravel-backend-service. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download globalxtreme/laravel-backend-service
More information about globalxtreme/laravel-backend-service
Files in globalxtreme/laravel-backend-service
Package laravel-backend-service
Short Description GlobalXtreme Default Backend Service V2.
License MIT
Informations about the package laravel-backend-service
Installation & Configuration
Installation
Configuration system in config/base.conf.php
Authorization
Install laravel-identifier. If you don't have access to this package, please contact your head for invite you to this package
Generate trait for activity properties file in model
After success generate activity file, you can check in model directory. Ex: generate activity class for App\Models\Component\Example::class. You can run command like this "php artisan make:activity Component\Component" will generate activity trait file App\Models\Component\Traits\HasActivityComponentProperty::class.
Generate number generator class
After success generate number generator, you can check in app\Services\Number\Generator path. You can modify the number generator if you have a custom format.
Generate form class (builder)
After generate form class, you can check file in app\Services\Form path. Ex: generate form for component, you can run command like this php artisan make:form Component\ComponentForm. You can check file in app\Services\Form\Component\ComponentForm.php.
Generate constant class (for component)
After generate constant class with command, you can check class in app\Services\Constant\Path\ConstantClass.php.
Generate parser class
After generate parser class, you can check parser class in app\Services\Parser\Path\ParserClass.php.
All versions of laravel-backend-service with dependencies
globalxtreme/php-storage Version ^1.0
globalxtreme/rabbitmq Version 2.0.17
globalxtreme/response Version ^2.0
globalxtreme/validation Version ^1.1
laravel/framework Version ^11.0
laravel/tinker Version ^2.9