• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked!
BeDesk - Customer Support Software & Helpdesk Ticketing System [Vebto]

BeDesk - Customer Support Software & Helpdesk Ticketing System [Vebto] 2.0.2

@raz0r After submitting the administrator information, the following error occurred:
Class "Laravel\Pulse\Support\PulseMigration" not found
apache 2.4 + php8.2 + mysql 5.7
Is there a solution? Thank you.
 
Reacted by:
@raz0r After submitting the administrator information, the following error occurred:
Class "Laravel\Pulse\Support\PulseMigration" not found
apache 2.4 + php8.2 + mysql 5.7
Is there a solution? Thank you.
After running the following command, it was resolved:

composer require laravel/pulse
 
Reacted by:
  • Like
Reactions: reishi
Which friend knows how to compile the react code? The following are the issues I encountered during the compilation process:
1. Run the following command:
npm install
npm run build
Prompt for missing associated package file. Change the content of the build tag in the /vite.config.ts to the following (i.e. starting from the third item with adding external dependencies):
Built:{
sourcemap: true,
RollupOptions:{
External: ['pusheteer ',' ioredis', '@ common/core/common provider', '@ common/core/root el', '@ common/core/bootstrap data/use backend bootstrap data', '@ common/errors/ignored sentry errors',' @ app/app routes', '@ app/help center/search/use search term logger'],
},
},
Run again, successful without any error prompts. However, the number of compiled files is significantly less than the default compiled files, and it cannot be used normally. Which friend has official usage instructions?
@raz0r HELP!
 
Reacted by:
Getting the following error any help?
 

Attachments

  • 1720777189042.png
    1720777189042.png
    15.4 KB · Views: 4
Reacted by:
Top