Click Here for reference documentation. HTTP Headers The header of requests sent by Okta will look like this, provided you
Month: April 2020
Laravel and Netbeans
Use Netbeans with a Laravel project on Windows Install Laravel follow instructions here or if you already have composer installed
Good REST Tutorials
Step by Step Guide Creating a REST API in PHP Rest Resouce Naming Guide
Laravel Add An Unique Index To A Table
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