Greetings, I want to know how to deploy my Laravel application in production and not die trying, I want to know the steps I need to do before publishing my application, since it does not appear in the Metronic Laravel documentation, so I want to know if they have additional steps. .. thank you
To compile the Metronic assets before proceeding with the deployment of your Laravel application, you can use the following command:
npm run prod
Greetings,
Deploying your Laravel application for production doesn't require any additional steps beyond the standard Laravel deployment process. You can follow the official Laravel deployment documentation for guidance on deploying your application successfully.
If you encounter any specific issues or have questions during the deployment process, feel free to ask for assistance, and we'll help.
ok, but I was referring to the steps to compile the metronic assets in this case before continuing with the deployment steps