What are the Okta Event Hooks: Event Hooks are Okta’s implementation of the industry concept of webhooks Event Hooks are
Category: Web
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
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
Laravel Artisan Commands
Install and create a laravel project laravel new (project name) or composer create-project –prefer-dist laravel/laravel (project name) Install ui authentication
Run Reactjs Sample Program
Install node.js and npm install create-react-app by the following command in cmd: npm install -g create-react-app This will create a
AWS PHP SDK Requirments
Enable Openssl and cURL If you are using XAMPP, these utilities are already installed. Enable the following in xampp/php/php.ini in
PHP SSH – Using phpseclib to SFTP
Phpseclib is a package of code that allows PHP programs to initiate actions, such as SFTP , using SSH. Here
Print CSS That Prints Page at 100%
@media print { * { margin: 0 !important; padding: 0 !important; } #controls, .footer, .footerarea{ display: none; } html, body
PHP with Postgresql
If PHP is installed as part of XAMPP, it will work with MySQL/MariaDB with no additional change. However, to work