Publish Laravel project on xampp app

hello my friends
is it possible to publish laravel project on xampp on windows ? if so can someone tell me the steps

Yes, the same steps that you used to publish the app on a live server apply here as well. You can go through the video here Publishing your Radsystems Project - Tutorials - Radsystems Forum. All you need to focus on if it is a Laravel classic project is the steps followed while publishing the API.

The most important thing is to run php artisan config:cache on the root of the Laravel project for classic, and the Laravel API folder for Vue/React while the Laravel project is in the directory you are hosting it from. Read more here: Configuration - Laravel - The PHP Framework For Web Artisans.

1 Like