deploying laravel filament app on local machine issues
Hi, i'm about to deploy my app on local server, windows system with xampp.
I've build the app for production and putted in the htdocs folder.
What i've donne is:
composer install --optimize-autoloader --no-dev
And
npm run build
I can access login page with: http://localhost/my-app-name/public.
Login page appear correctly but when i try to login, this error appear :
Not found
The request URL was not found on this server.
As in the attached screenshots
The errors in console also in joined screenshots.
I don't realy know what happend,what cause that.
Can i please have your assistance guys?
I've build the app for production and putted in the htdocs folder.
What i've donne is:
composer install --optimize-autoloader --no-dev
And
npm run build
I can access login page with: http://localhost/my-app-name/public.
Login page appear correctly but when i try to login, this error appear :
Not found
The request URL was not found on this server.
As in the attached screenshots
The errors in console also in joined screenshots.
I don't realy know what happend,what cause that.
Can i please have your assistance guys?

