deploy without php artisan. serve
How to deploy filamentphp without php artisan serve ?
2 Replies
You wouldn't use artisan serve for production. You deploy against the server you are using, ploi and forge will do all this for you. Else look how to setup a server.
The same as you’d deploy any Laravel app