Hi,
I have a little problem.
I am currently upgrading a laravel-project (old - unknown Version) from a former developer.
I need to run it on a managed Server, so I don't have any rights to install software.
I don't have composer, docker, etc. I only have php and a few other tools.
Now I have finished the development and try to deploy the project to an apache-server. Standalone.
I was able to log in via CLI and run php artisan (*:clear; key:generate; migrate).
On the production server I don't get a site (The directory is displayed).
So I tried to make a htaccess file and also tried to mock it up by creating a index. php which simulates the startup...
php artisan serve works, but only creates a not-testable localhost: 8000 version (config - app .php is configured)
The thing is in the very old version, with a very old php version it worked, so the managed server is able to serve a laravel project, but I don't know how.
Do you guys have any idea what I can do,to deploy a laravel project without docker; compose; vendor-bin-sail up) ?
Best regards,
SkydiveFreak
(Formatation looks strange because "You may not include links the first day you sign up." There are no links but the error keeps being displayed)