• The default language of any content posted is English.
Uhelp - Helpdesk Support Ticketing System by SPRUKO

Uhelp - Helpdesk Support Ticketing System by SPRUKO 3.1.2 NULLED

raz0r

owner
Staff member
Administrator
Moderator
Messages
16,740
Reactions
65,201
raz0r submitted a new resource:

Uhelp - Helpdesk Support Ticketing System - Uhelp - Helpdesk Support Ticketing System - Codecanyon 36331368

View attachment 7805

Uhelp – Helpdesk Laravel Support Ticketing System.​

The UHelp is best support system for a customers support and management solutions laravel application solution. That keeps track of customers’ requests and solves the issues of customers based on issue type, priority, and category. It allows customers to receive service as quickly as possible while keeping track of their requests. With the UHelp-Support Desk, you can provide a uniform...

Read more about this resource...
 
Why do I have an error like this

[2023-07-25 06:53:51] SPRUKO.ERROR: Attempted to read property "header" on null {"exception":"[object] (ErrorException(code: 0): Attempted to read property \"header\" on null in /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCs rfToken.php: 191)
 
Why do I have an error like this

[2023-07-25 06:53:51] SPRUKO.ERROR: Attempted to read property "header" on null {"exception":"[object] (ErrorException(code: 0): Attempted to read property \"header\" on null in /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCs rfToken.php: 191)
I have solved the problem, the method is you have to update the composer, clear cache and config also generate new key, and go to YOUR_APP_URL/install
 
please help me...
Firefox_Screenshot_2023-09-23T06-58-28.469Z.png

after enter my details and click install I got below error
Firefox_Screenshot_2023-09-23T06-53-55.090Z.png
 
how can I do this?
APP_NAME=laravel
APP_ENV=SPRUKO
APP_KEY=base64:HO9ZG9oDZ34AfaM6upAx5S3x0z1J95MCf12xhLjlJ/0=
APP_DEBUG=false
above one make it true
APP_DEBUG=true

APP_LOG_LEVEL=log
APP_URL=http://localhost
change the above path to ur location
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=

BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync

REDIS_HOST=
REDIS_PASSWORD=
REDIS_PORT=

PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
 
Top