this project uses Laravel as a backend, Reactjs as a frontend, and components UI use AntDesign. List Tasks Setup Project here
- php ^7.2
- Laravel 5.8
- react js ^16.2
- laravel-mix ^4.0.16 (important for route lazy react)
- antDesign ^4.1.4
You can follow the following step to configure this project
- Clone the repository using the command "git clone https://github.com/haidi20/setup-project.git"
- Create database in mysql
- Add rename .env.example file to .env and configure for the database
- Now go up to project and run the following commands
$ composer install
$ php artisan key:generate
$ php artisan migrate
$ php artisan db:seed
$ yarn install (for install package node_modules)
- And run command
$ php artisan serve
and take a look at "localhost:8000" in browser