zworthkey liked this thread
I never have deployed a clone of laravel.io so I can't verify any difference.
npm run dev
is for development and not for production. If you want to deploy the code to production you need to run npm run production
after that command you will get an app.css and app.js that isn't that big.
Did you check the Laravel documentation about deployment? The steps that are written there can have a big performance impact.
dk009dk liked this reply
Yes i got it.I go through laravel documentation and it work properly . Thank you for your support
tvbeek, dk009dk liked this reply
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community