• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

laravel

  1. E

    Issue Issue with Laravel Component Variable

    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...
  2. O

    Question Laravel Toolkit change default version

    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?
  3. teldrive

    Issue install metronic laravel's plesk

    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...
  4. Manu7

    Question Laravel Toolkit: Changing git repository on existing application breaks deployment

    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...
  5. P

    Issue Two Laravel applications in same domain / git issue

    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...
  6. Y

    Issue Warning: The lock file... message on composer and laravel project install.

    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...
  7. R

    Question PHP Laravel Script in httpdocs

    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...
  8. M

    Question plesk git deploy gives artisan error

    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...
  9. P

    Issue laravel toolkit, how to remove domain from scan?

    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...
  10. N

    Question Laravel Toolkit Production-ready

    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...
  11. M

    Question How to properly add server directive for a vhost for nginx?

    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...
  12. A

    Issue Laravel Deployment Composer Error

    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...
  13. J

    Question Laravel + nodejs + Phusion passenger

    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...
  14. R

    Issue Laravel 9 not recognised by the Toolkit extension

    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...
  15. Z

    Resolved AH00037: Symbolic link not allowed or link target not accessible

    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...
  16. Z

    Resolved AH00037: Symbolic link not allowed or link target not accessible

    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...
  17. X

    Question can't run shell_exec(npm run production) from laravel controller

    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...
  18. M

    Issue How to update Node.js to newest version?

    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...
  19. S

    Question Plesk Does NOT send email

    Hello, there is a problem that I encountered. I have a server that plesk is installed there, I'm able to send email through webmail.mydomain.com but I m not able to send email via Laravel application. it show me no error but no email is sent ! I used several configs but nothing happen...
  20. S

    Question Laravel production

    How can I publish my Laravel application developed in local to the Plesk Server? I've already tried to install from scratch the app and i have error 500, simply copy the app from local to the server, same error. I'm trying to run php artisan config:cache and I have a lot of error to undefined...
Back
Top