husanjon 6c985c1b29 Fix DB schema mismatches from backup import
- purpose/concern/region/district tables use uz/ru/cr instead of name
- auto_orders/estate_orders use purpose_id not purpose
- Add ownerName/owner computed fields from owner_first/last_name
- Fix appraiserChart to use order_members instead of appraiser_id
- Fix DebitController to join appraiser and order relations
- Fix role queries to be case-insensitive (DB has mixed case)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-06 06:05:09 +05:00
2026-04-06 05:23:20 +05:00
2026-04-05 05:31:24 +05:00
2026-04-05 05:31:24 +05:00
2026-04-05 05:31:24 +05:00
2026-04-05 05:31:24 +05:00
2026-04-05 05:31:24 +05:00
2026-04-05 05:31:24 +05:00
2026-04-05 05:31:24 +05:00
2026-04-05 05:31:24 +05:00
2026-04-05 05:31:24 +05:00
2026-04-05 05:31:24 +05:00
2026-04-05 05:31:24 +05:00
2026-04-05 05:31:24 +05:00
2026-04-05 05:31:24 +05:00
2026-04-05 05:31:24 +05:00
2026-04-05 05:31:24 +05:00
2026-04-05 05:31:24 +05:00
2026-04-05 05:31:24 +05:00
2026-04-05 05:31:24 +05:00
2026-04-05 05:31:24 +05:00
2026-04-05 05:31:24 +05:00
2026-04-05 05:31:24 +05:00
2026-04-05 05:31:24 +05:00
2026-04-05 05:31:24 +05:00
2026-04-05 05:31:24 +05:00
2026-04-05 05:31:24 +05:00
2026-04-05 05:31:24 +05:00

velzon-laravel-

alt

You need run

npm i laravel-mix-serve

https://github.com/barryvdh/laravel-debugbar

composer require barryvdh/laravel-debugbar --dev

Registering gitlab-runner

https://gitlab.com/xayrullayev001/rate/-/settings/ci_cd https://docs.gitlab.com/runner/install/

Download the binary for your system

sudo curl -L --output /usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-amd64

Give it permission to execute

sudo chmod +x /usr/local/bin/gitlab-runner

Create a GitLab Runner user

sudo useradd --comment 'GitLab Runner' --create-home gitlab-runner --shell /bin/bash

Install and run as a service

sudo gitlab-runner install --user=gitlab-runner --working-directory=/home/gitlab-runner sudo gitlab-runner start

Command to register runner

sudo gitlab-runner register then type https://gitlab.com/ then type token from gitlab repo configutration then type some description for runner (can type anything) then type enter separating with comma (',') then type maintenance then type shell congrats you are registered new gitlab-runner in local machine and you are need verify it type this gitlab-runner verify then gitlab-runner restart and thats all.

    php artisan ide-helper:generate
    php artisan ide-helper:model

Ctrl+Alt+S and write laravel and enable

Description
No description provided
Readme 87 MiB
Languages
Blade 96.8%
PHP 3.1%