0
Hello,
I exract files in my domain, i set public folder as default, i have php 8.2 and mysql 10.2.When i run installer i have an white screen.
Can you help me?
0
500 error i have
0
Same issue
0
kindly create .htaccess file in your main folder and add this code this code will make the root access to public my issue is resolved after this method.
<IfModule mod_rewrite.c>
RewriteEngine On
# Force public directory for non-existing files and directories
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ public/$1 [L]
# Rewrite all other URLs to the Laravel index.php file
RewriteCond %{REQUEST_URI} !^/public/
RewriteRule ^(.*)$ public/index.php [L]
</IfModule>
0
Hello,
It is the same password that you used when installing the item. If you forgot then you can update the MAIL
config in the .env
file and try reset the password.
Thank you
0
Hello,
You can check Laravel log in the storage/logs/
folder for error details and let me know so that I can suggest.
Thank you
We use Cookies
We use cookies to ensure that we give you the best experience on our website. By continuing to browse the site you are agreeing to our use of cookies.