Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
I've recently started using Plesk with the Laravel toolkit extension to manage/deploy laravel projects, but I can't find any information on what the extension already does when it deploys a project and what's needed in the deployment script...
I discovered that it doesn't run npm install and...
My previously added laravel applications stopped showing on laravel toolkit. I tried to remove domain and re adding it without success. Also, in main dashboard I cant pull git repository. It gives me the following error:
Server error: array_filter(): Argument #1 ($array) must be of type array...
Hello :)
I'm using Plesk, and I've deployed a new Laravel application.
From the Laravel toolkit, I run the command php artisan make:component sidebarnominativi.
So far, so good. It creates the controller in app/View/Components/sidebarnominativi.php and the blade file in...
I am installing Laravel using the Laravel toolkit in my Plesk panel, but it installs version 8.83.27 by default, and I cannot perform an installation above this version. I want to install Laravel 10.x. Can you help me with this?
Hi I am exploring laravel extension and my interest is to install metronic demo
followed sucessfully these guidelines Create a simple Laravel application with just a few clicks!
but I am stucked with theese others Metronic - Bootstrap 5 HTML, VueJS, React, Angular. Laravel, Asp.Net Core, Ruby...
Hello Everyone
I've attempted to change the Git repository for an existing Laravel application that was connected and managed by the Plesk Laravel Toolkit.
The goal was to move from a local repository to a remote one hosting the same codebase.
I deleted the old repository and added the new...
Hello everybody, this is my first post here. Thank you in advance!
I have a working laravel application in a subdomain linked with a git repo.
I'm trying to have another laravel application in another subdomain but when Plesk gives me the deploy key, github tells me "The key is already in...
I'm hoping someone can help, been stuck here for a while.
I am having an issue installing a third party open source CRM using the Plesk Panel. I have tried different reputable open source CRM systems but i'm having the same or similar issue with all of them.
Running "validate" on composer...
Hi there,
I am trying to run the Action LMS Script from CodeCanyon: Active eCommerce CMS
on my domain in Ethiopia: shemach.et in the httpdocs folder, once the script is extracted, and I load the domain as per the installation instructions, it just goes to the plesk default page.
It does however...
I have just about managed to mess around and deploy a laravel project on my ubuntu plesk server. I tried using composer etc via plesk panel but it was just failing at a million different places.
It doesnt help that the dev has left and made such a messy system. 2 different websites, Nuxt SPA's...
Hello.
Could anybody help with this one, please?
Laravel Toolkit. Starting it and scan for apps in few domains. Done. See domains list.
How to remove a domain from this list? (there is no Laravel at the moment, was earlier but now there are no files, no databases, etc...)
How to properly remove...
Is there somewhere an overview of what is fixed and developed with the plugin?
With scheduled tasks must be careful. If you have multiple Laravel installations on one domain & subdomains only 1 task will be created. Would be great if such things also work and no need to do this manually for...
Hello,
I am trying to host my Laravel application using Octane, which uses Roadrunner server under the hood. As the documentation suggests (Laravel - The PHP Framework For Web Artisans), I need to add some extra configuration for the nginx in order to serve static assets over nginx but proxy...
I am using the Laravel Toolkit which has been really great!
All of a sudden I am now receiving this error on the Installing Composer dependencies step when I run the Update feature on the Deployment tab:
I've tried the recommended fix here, along with trying to run the composer global command...
Hi,
When I deploy (with git) my Laravel (php) project I have a strange problem. All routes to my app work, except the / (the root)
So for example /order works without any problems.
When I call the root / I get a message from Phusion passenger, like in the attached image.
Does anyone have an...
Hello,
Not sure if this is an issue with Laravel 9 or the extension but I've started a new application - manually, uploaded code via Git, run the toolkit to scan the folder and it doesn't recognise the application as Laravel.
But, on the main toolkit window my subdomain is listed as one of the...
Hello,
I created a Laravel project, for this I installed redis and rabbitmq on docker, I set the path settings, the site is currently running, but I can't access the images, I get 403 error.
I found the solution...
Hello,
I'm using Plesk Obsidian on VPS, I created a Laravel project, I migrated the db, everything is fine until here.
When I try to access the images, I get an error like this: AH00037: Symbolic link not allowed or link target not accessible: /var/www/vhosts/tld/sub.tld/public/public
I add...
So I'm just trying to run shell_exec(/opt/plesk/node/12/bin/npm run production) from my laravel php controller after editing some text and css codes through php so the vue files get compiled again and the changes are being displayed but I just can't get it to work no matter what I try. Can't...
Hello all
I can't seem to find out how to get the latest version of Node.js up and running. I a'm currently working on a Laravel project, and I a'm trying to install authentication with Bootstrap into my project, but when i get to the point where I need to run "npm install && npm run dev" I get...