Hello I am facing a very annoying and recurring problem.
I have some systems using Laravel on my CentOs 6.2
Every time the system tries to create a new file in the folder
for example
~ myapp / storage / *
He gives permission error
Even though I am giving chmod -R 777 storage /
He can create the...
I want to run the Laravel API with a specified port 5000. Because there is another websocket also running on port 8090.
I have done this regular way on Ubuntu 18.04 server with the following vhosts
/etc/apache2/sites-available/206.189.xxx.xxx.conf
<VirtualHost *:5000>
ServerName...
I installed laravel on one of my domains in cpanel. Laravels docs recommend that I change the webroot directory to the "public" directory which is located inside of the framework main directory.
How do I change the webroot directory from public_html to public for a specific domain?
Hey.
This isn't strictly a problem with Cpanel or even Apache, but I don't know where to turn to help.
I do use an open source invoicing script called Invoice Ninja that was developed with Laravel and PHP. It was running just fine on my previous server (Plesk) but ever since migrating it to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.