Example Application build with Laravel and React
Make sure you have environment setup properly. You will need PHP8.1, composer and Node.js.
.env.example
into .env
and configure database credentialscomposer install
php artisan key:generate --ansi
php artisan migrate --seed
php artisan serve
react
folderreact/.env.example
into .env
and adjust the VITE_API_BASE_URL
parameternpm install
npm run dev
to start vite server for React