Deploy laravel inertia react on live server

Deploy laravel inertia react on live server

goto .env and change 
APP_URL = https://abc.com to live server url.

and same give 
ASSET_URL = https://abc.com/public

and run this command
npm run build

Leave a Reply