php version >=7.3 and composer required.
Run the following commands
composer Install - to install required packages
npm install - to install npm dependencies
cp .env.example .env - to create environment (.env) file
now create database and add credentials in .env file
php artisan migrate - to create tables in database
php artisan db:seed - to create a admin
default credentials for admin -
email:tejas@gmail.com
password:12345678
note:first delete avatars folder from public folder and run below command
php artisan storage:link - to create symbolic links
php artisan key:generate - t0 generate key
php artisan cache:clear
php artisan config:clear
php artisan serve - to run the application