BlaBlaCar free alternative written in Laravel (PHP+MySQL). This is web version.
https://flowbite.com/docs/components/tables/
Used for auto complete for cities
https://jqueryui.com/autocomplete/#custom-data
Used for time picker
https://github.com/xdan/datetimepicker
https://cookieconsent.popupsmart.com/
Used for showing notifications
https://github.com/CodeSeven/toastr
git reset
git checkout .
git checkout master
git pull --rebase
composer install --no-dev
php artisan migrate --force
npm i
npm run build
php artisan optimize:clear
php artisan route:cache
php artisan config:cache
php artisan view:cache
php artisan runcloud:restart-supervisor
- Open https://console.firebase.google.com/project/_/settings/serviceaccounts/adminsdk and select the project you want to generate a private key file for.
- Click on "Manage service account permissions"
- Under Actions column click on 3 dots and click on "Manage keys"
- On the new page click ADD KEY > Create new key
- Securely store the JSON file containing the key.
In order to be able to upload a file enable: highlight_file() and tmpfile().
php artisan queue:work --sleep=3 --tries=3 --max-time=3600