HTTPS : https://github.com/abu-nayem/salat-notifier-app.git
"autoload": {
"psr-4": {
"SalatNotifier\\": "packages/SalatNotifier/src/"
}
},
"repositories": {
"salatnotifier": {
"type": "path",
"url": "packages/SalatNotifier",
"options": {
"symlink": false
}
}
},
composer require hp/salat-notifier:dev-main
php artisan migrate
www.yourdomain.com/salat-times
php artisan tinker
// Create a Salat Time SalatTime::create(['type' => 'faj0r', 'time' => '05:00:00']);
// Get All Salat Times SalatTime::all();
// Update a Salat Time SalatTime::find(1)->update(['time' => '05:15:00']);
// Delete a Salat Time SalatTime::find(1)->delete();
SLACK_WEBHOOK_URL=https://hooks.slack.com/services/your/slack/webhook/url
php artisan salat:notify
https://drive.google.com/file/d/1v_mfgNg0K3Se4iEimQE-DlWcO757S-q9/view?usp=sharing