© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•14mo ago•
9 replies
nazar

Filamentphp in shared hosting

i have problem when upload my project in shared hosting i not have sub domain to add the request to public dir
and when try to access the project by write the public in url this error message show

The POST method is not supported for route admin/login

i used filament V3 with laravel 10 and php 8.2.26
Screenshot_2024-12-14_102712.png
Solution
@charlie @igorclauss
now it work after i publish the livewire assets
and add this code in route provider

Livewire::setUpdateRoute(function ($handle) {
return Route::post('/test-app/public/livewire/update', $handle)
->middleware('web');
});
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Hostinger Shared Hosting subdomain for admin panel
FilamentFFilament / ❓┊help
3y ago
login bug in shared hosting
FilamentFFilament / ❓┊help
3y ago
Shared hosting deployment
FilamentFFilament / ❓┊help
3y ago
SvgNotFound exception on shared hosting environment
FilamentFFilament / ❓┊help
2y ago