Compare commits

4 Commits

Author SHA1 Message Date
Ayodeji Emmanuel 64b7cc115b Merge 53d9ed231e into 559d03ecf3 2024-02-26 16:45:16 -07:00
Julien Le Coupanec 559d03ecf3 Merge pull request #372 from cunnellp5/cunnellp/vscode/add-command-and-cleanup-spaces
updates vscode cheat sheet
2024-02-26 18:25:32 +01:00
cunnellp5 bea751612a updates vscode cheat sheet with one command 2024-02-15 07:10:18 -07:00
Ayodeji Emmanuel 53d9ed231e Update laravel.php 2023-10-09 02:57:35 -07:00
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
// MAIN.
php artisan clear-compiled // Remove the compiled class file
php artisan db // Start a new database CLI session
php artisan db // Start a new database CLI sessionn
php artisan docs // Access the Laravel documentation
php artisan down // Put the application into maintenance mode
php artisan dump-server // Start the dump server to collect dump information.
+2 -1
View File
@@ -6,7 +6,8 @@
#### General
- `Ctrl`+`Shift`+`P`, `F1`: Show Command Palette
- `Ctrl`+`Shift`+`P`, `F1`: Show Command Palette
- `Ctrl`+`Shift`+`T`: Open last closed tab
- `Ctrl`+`P`: Quick Open, Go to File
- `Ctrl`+`Shift`+`N`: New window/instance
- `Ctrl`+`W`: Close window/instance