Best laravel framework open-source packages.

Usage

This app created with Laravel(backend) and React(frontend)

Requirements

  1. Php
  2. Node.js and npm
  3. Yarn
  4. Composer

it won't work when you install this repo. You have to complete a few steps to make it work.

first we must install frontend dependecies

for install frontend dependencies open root folder of repo. Screenshot 2021-01-19 223530

then type cmd and enter to location bar InkedScreenshot 2021-01-19 222922_LI

then enter to frontend folder

cd frontend

and type

yarn install

Screenshot 2021-01-19 223057

and frontend dependecies all set up

Screenshot 2021-01-19 223113

Now we must install backend dependencies<br>

go back and enter backend folder

cd ../
cd backend

and type

composer install

Screenshot 2021-01-19 223455

we installed all dependencies :)

Starting Backend and Frontend to use app

Go back root of the repo and run the following files in order

Screenshot 2021-01-19 223530

  1. start-backend.bat
  2. start-frontend.bat

backend terminal must look like this

Screenshot 2021-01-19 223540

frontend terminal must look like this

Screenshot 2021-01-19 223612

Congratulations. You have completed all the steps :)