Prepare a Laravel application for production
Comment the line in .gitignore file !/public/build Enter the command if you have any node module npm run build Enter if you have any file in storage php artisan storage:link
Comment the line in .gitignore file !/public/build Enter the command if you have any node module npm run build Enter if you have any file in storage php artisan storage:link