- composer install
- php artisan storage:link
- php artisan migrate --seed
- php artisan passport:install
Personal access client created successfully.
PASSPORT_PERSONAL_ACCESS_CLIENT_ID="client-id-value"
PASSPORT_PERSONAL_ACCESS_CLIENT_SECRET="unhashed-client-secret-value"
Please update config/constants.php file
- php artisan migrate
- composer update
APP_NAME=Harrier
APP_ENV=local
APP_URL=http://localhost:8000/public
APP_API_URL=http://harrier-user.s3-website.eu-west-2.amazonaws.com
FRONT_APP_URL=http://harrier-user.s3-website.eu-west-2.amazonaws.com
EMP_APP_URL=http://harrier-user.s3-website.eu-west-2.amazonaws.com
ADM_APP_URL=http://harrier-admin.s3-website.eu-west-2.amazonaws.com
[email protected] CONTACT_MAIL_NAME="Harrrier Help Center"
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=harrier_backend
DB_USERNAME=root
DB_PASSWORD=************
APP_TIMEZONE = 'Asia/Kolkata'
DB_TIMEZONE = '+05:30'
PASSPORT_PERSONAL_ACCESS_CLIENT_ID="**************" PASSPORT_PERSONAL_ACCESS_CLIENT_SECRET="**************"
Admin login credential: [email protected] Admin@123