husanjon e68efae28a Fix create/edit pages missing vars; add storage:link entrypoint
- AutoController create/edit: add purposeCases, dillers
- EstateController create/edit: add purposeCases, districts, dillers
- Add entrypoint.sh to run storage:link on container start

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-06 06:32:13 +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%