HansSchouten / Laravel-Pagebuilder

A drag and drop pagebuilder to manage pages in any Laravel project
https://www.phpagebuilder.com
MIT License
779 stars 179 forks source link

/admin not found, but records url as /in #158

Open paytah232 opened 7 months ago

paytah232 commented 7 months ago

@HansSchouten Hi, I'm keen to use this package, and all steps up to the initial login seem to work for installation for me in a docker container, running the demo theme. I believe my .env is set correctly, with APP_URL as my NAS host and docker container port, i.e http://192.168.0.2:8005 (I run laravel/php in the container).

I can correctly access the 'home' page: image

When navigating to the 'Get Started' link: http://192.168.0.2:8005/admin, I am met with the following issue: image

I don't understand why this is occurring, and why it thinks the url I entered is: http://192.168.0.2:8005/in

Hopefully you (or someone else) may be able to help me with this issue. Thank you!

evarioooo commented 3 months ago

Have you check your routes with artisan cli?

php artisan route:list

Show us the output please 😅