deploy without php artisan. serve

How to deploy filamentphp without php artisan serve ?
2 Replies
toeknee
toeknee2mo ago
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.
Dennis Koch
Dennis Koch2mo ago
The same as you’d deploy any Laravel app