• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved Run additional commands composer

Sidimar Carniel

New Pleskian
To install all modules necessary for project is necessary in Websites & Domains > Applications > Manage My Applications > click the application name in the list > Install Dependencies.
As result is:
...
Generating autoload files
> php artisan clear-compiled
> php artisan optimize

After this, is necessary execute additional commands like:
php artisan db:seed --class=delete_tables
php artisan migrate

How is possible pass these commands to run?
 
If you have an SSH access you can do it in the command line.
There is one more trick. You can utilize Scheduled Tasks functionality without creation of the scheduled task :) Go to Websites & Domains -> Scheduled Tasks -> Add Task. Enter the command and click "Run Now" button.
 
Also you can use these commands for Event Manager for event "Web application installed" or "Web application reconfigured".
 
Back
Top