Going from network request to source: go to the initiator tab in network https://stackoverflow.com/questions/27791644/chrome-devtools-jump-from-xhr-network-request-to-the-code-that-made-it Good tips sites: A list of
Laravel Test HTTP Client Calls
Get a test url from https://webhook.site/ Make sure Laravel and Guzzle are installed Go to a directory where Laravel is
Okta Pagination
Click Here to see documentation from Okta Okta has a very straight forward pagination interface to their API calls. Here’s
Laravel Add a Column to a Table
php artisan make:migration add_colName_to_tableName –table=tableName This will create migration file under the database/migration directory Update in the generated file the
Javascript sleep function
Unlike the setTimeOut (functionName, delay) method which places the functionName in a queue then execute it after delay miliseconds, The
Laravel Factory and Seeder
Follow the steps below to seed a database with sample data: Make factory associated with a table: php artisan make:factory
Useful Laravel Tutorials
Laravel API Tutorial: How to Build and Test a RESTful API Sample code: Laravel 5.8 from scratch click here
Okta Event Hooks Authentication
Click Here for reference documentation. HTTP Headers The header of requests sent by Okta will look like this, provided you
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