Install Ubuntu 22.04
Update all the things
sudo apt update| <?php | |
| namespace App\Abilities\Components; | |
| class DataBag | |
| { | |
| protected $data; | |
| <?php | |
| namespace App\Abilities\Capsules; | |
| use GuzzleHttp\Client; | |
| class DatasetApi | |
| { | |
| protected $key; | |
| protected $conn; |
| <?php | |
| // Replace Application instance with below | |
| // Override public directory with custom application instance | |
| $app = new \App\Abilities\App\Application( | |
| realpath(__DIR__.'/../') | |
| ); |
| <a href="#" data-delete="{{ route('account.bots.pages.destroy', ['bot_id' => $bot->id, 'id' => $page->id]) }}" class="text-danger"> | |
| Delete | |
| </a> |
| "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", | |
| "terminal.integrated.shellArgs.windows": [ | |
| "-l", | |
| "-i" | |
| ] |