production
Hello, I'm using filament on my project, I have the internet access while the development phase, but it won't be accessible on the production phase. So can you tell me what I have to do to make my project working correctly without internet connection?
6 Replies
Hi Mokatchi,
I have a hard time understand the question. Do you get any error message or do you have any log messages that you can share?
Hello ioliwer, my question is that I'm currently developing my project using filament, but once the development ends, I have to put the project on a LAN server and the access to the internet conection on the LAN is forbidden, so how can I use the filament project in this environment, because now the site doesn't work without internet connection.
Ah ok. Then you need to set up php, mysql and nginx on your local server on the LAN. I can recommend to use docker here.
Is there any documentation about the way of use? and thank you
Take a look at Dockers documentation and also Laravels for production server.
Maybe you can get some inspiration from this: https://github.com/jaygaha/laravel-11-frankenphp-docker
GitHub
GitHub - jaygaha/laravel-11-frankenphp-docker: FrankenPHP and Larav...
FrankenPHP and Laravel Octane with Docker + Laravel 11 - jaygaha/laravel-11-frankenphp-docker
thank you so much