• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked!
Uhelp - Helpdesk Support Ticketing System by SPRUKO

NULLED Uhelp - Helpdesk Support Ticketing System by SPRUKO 4.0 NULLED

raz0r

owner
Staff member
Administrator
Moderator
Messages
21,584
Files
6105
Reactions
83,266
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...
 
raz0r 's signature
Reacted by:
  • Like
Reactions: hphisher980
raz0r 's signature
Reacted by:
  • Like
  • Love
Reactions: Anthanh78 and blackhat055
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)
 
Reacted by:
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
 
Reacted by:
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=
 
iranthavan 's signature
Reacted by:
Top