There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
After pull do these steps: 1.run "npm i" to get all js libs; 2. run "composer update" to get all laravel libs; 3. run "npm run dev" to bundle all front and back end libs/styles/scripts; 4. create .env file and enter you db settings; 5. run "php artisan migrate" to create database tables;