by Garth | May 30, 2022 | Laravel
by Garth | May 24, 2022 | Laravel
<?php @php echo “<pre style=’color:#fff;’>”; print_r($data); echo “</pre style=’color:#fff;’>”; @endphp @php echo “<pre>”; print_r($data); echo “</pre>”; @endphp @php echo...
by Garth | Dec 20, 2021 | Debugging, Docker, Laravel, PHP, Windows
Useful for Debugging :https://old.garthbaker.co.za/re-install-ubuntu-windows-11/ Install PHP 8 (Ubuntu Terminal cd ~) sudo apt update sudo apt -y upgrade — sudo apt update sudo apt install lsb-release ca-certificates apt-transport-https...
by Garth | Jul 23, 2021 | Laravel, Sanctum
Open Tinkersail artisan tinkerCreate a variable for your API Class$base = new ServiceProdiverAPI();Call an API from your class$base->api_get(‘users’); Sanctum Generate Token$user =...
by Garth | Jul 21, 2021 | Laravel
1: Try running your composer commands with sail if you using laravel and docker. example : sail composer require laracasts/generators –dev 2: Second try running wsl –shutdown wsl ping google.com -c 4 3: Third try the below power shell command # Check these...
by Garth | Jun 23, 2021 | Amazon Web Services - AWS, Laravel