Execute the following command to create a migration file under the database directory in a Lavarel project: php artisan make:migration
Git Help
Git Basics Learn Git Branching Common git commands in a day-to-day workflow Git Resolve Conflicts Git revert vs reset Git
ngrok notes
ngrok allows you to expose a web server running on your local machine to the internet. Just tell ngrok what
MariaDB Abort Due To Failed to Initialize Multi Master Structures
I am running 10.4.11 MariaDB Recently, My XAMPP controller failed to start MySQL (MariaDB). I got the following error: Error:
Twilio API Calls
An example of translating definition from Twilio API Explorer to an actual call in the code: Click here to see
Okta Event Hooks
What are the Okta Event Hooks: Event Hooks are Okta’s implementation of the industry concept of webhooks Event Hooks are
Laravel Query Builder
A good article on DB::RAW Some general examples Racing condition: Breaking Laravel’s firstOrCreate using race conditions To solve this problem
Cron on Linux Notes
Reference: https://opensource.com/article/17/11/how-use-cron-linux The crond daemon is the background service that enables cron functionality. The cron service checks for files in the /var/spool/cron and /etc/cron.d directories and
Laravel Cronjobs
Reference: https://laravel.com/docs/5.8/scheduling#introduction Laravel task schedule is defined in the app/Console/Kernel.php file’s schedule method. Create a new Laravel project laravel new (project name)
Apache Virtual Host
See this for reference: https://ultimatefosters.com/hosting/setup-a-virtual-host-in-windows-with-xampp-server/ Click Here for Helpful Video Virtual host will set up an alias for localhost and