We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i installed laravel 7 with laravel-admin.org 1.6 6 month ago.
then last month i upgrade it to laravel 8 and laravel-admin 1.8
in my local everything is ok
but in my server after config https with .htaccess file
RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
when i go to /admin
after login with my admin credential admin panel redirect me to / root of my domainname.com
i dont know why please help me
"php": "^7.3", "encore/laravel-admin": "^1.8", "fideloper/proxy": "^4.2", "fruitcake/laravel-cors": "^1.0", "guzzlehttp/guzzle": "^7.0.1", "hekmatinasser/verta": "^1.10", "laravel-admin-ext/log-viewer": "^1.0", "laravel-admin-extensions/multi-language": "^0.0.6", "laravel/framework": "^8.0", "laravel/tinker": "^2.0", "facade/ignition": "^2.0.6", "laravel/ui": "^3.0", "nunomaduro/collision": "^5.0", "phpunit/phpunit": "^8.5"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i installed laravel 7 with laravel-admin.org 1.6 6 month ago.
then last month i upgrade it to laravel 8 and laravel-admin 1.8
in my local everything is ok
but in my server after config https with .htaccess file
when i go to /admin
after login with my admin credential admin panel redirect me to / root of my domainname.com
i dont know why please help me
The text was updated successfully, but these errors were encountered: