Welcome to the react-portal project this project is created as an Laravel breeze project, which mean there’s multiple language included such as React JS for the frond-end and Laravel PHP for the backend.
This Github repository is connected directly to the Test website so any changes published to this repository main branch can be directly redeployed to the website.
Documentation for Breeze can be found on the Laravel website.
- Start by cloning the project.
- Now navigate to the project and start installing required dependencies
composer install
# after finish run this command
npm install
- Configure the database connection in the .env file and run migration
php artisan migrate
- Try launching the project.
php artisan serve
# then
npm run dev
- Access the portal.
Note: Make sure you are visiting the link provided by the php artisan serve or just enter the link the browser.
127.0.0.1:8000
Laravel Breeze is open-sourced software licensed under the MIT license.