https://github.com/vikas-ukani/linkme-api
Link Me In API Services | Laravel Project
https://github.com/vikas-ukani/linkme-api
Last synced: 7 months ago
JSON representation
Link Me In API Services | Laravel Project
- Host: GitHub
- URL: https://github.com/vikas-ukani/linkme-api
- Owner: vikas-ukani
- Created: 2023-12-26T10:36:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-26T12:17:40.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T08:45:56.459Z (9 months ago)
- Language: HTML
- Homepage:
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CD Project Directory
Rename .env.example to .env
Update correct database configuration in .env
composer update
php artisan migrate
php artisan db:seed
php artisan db:seed --class=CategorySeeder
php artisan db:seed --class=AdminSeeder
php artisan passport:install --force
sudo chmod 600 storage/oauth-\*.keychown -R $user:$user storage/framework/views storage/framework/cache storage/framework/sessions
php artisan config:clear
To run the schedule jobs make entry in Crontab
- - - - - php /var/www/html/linkme-dev/artisan schedule:run 1>> /dev/null 2>&1
[Update the correct root path /var/www/html/linkme-dev]