I loved your project and wish you continued success. I am a beginner and would greatly appreciate any guidance you could provide. I will be using React 8.2 with Laravel for the backend. I noticed that there is a Laravel folder under the vendor directory and that all the necessary files seem to be there. Is there a place where I can find information or guidance on backend installation?
Hi Nihat,
Apologies for the delay in responding. Thank you for your feedback.
Unfortunately, we don't have backend documentation available at this time. The sample app provided is solely for demonstration purposes and will require you to build your backend application to integrate with your React frontend.
To get started with the Laravel backend, you can utilize the standard Laravel installation commands:
composer install
php artisan serve