by Garth | Aug 3, 2021 | Windows
Install -WSL2-Ubuntu-Docker-PHP-mbstring-MYSQL-Composer-Git
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 | Jul 14, 2021 | Docker
——————–Option : https://stackoverflow.com/questions/41964172/docker-container-sending-empty-responses Open CMD in windows and run the below command as is in there CMD [“jekyll”, “serve”,...
by Garth | Jul 2, 2021 | Flutter and Dart
Inside your pubpec.yml add the belowDev Dependency add flutter_launcher_name: “^0.0.1″Then to set your name add flutter_launcher_name: name: “E-Centive” dev_dependencies: flutter_launcher_name: “^0.0.1” flutter_launcher_name: name:...