mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2026-05-11 08:50:05 -07:00
Compare commits
4 Commits
859d7b3b33
...
64b7cc115b
| Author | SHA1 | Date | |
|---|---|---|---|
| 64b7cc115b | |||
| 559d03ecf3 | |||
| bea751612a | |||
| 53d9ed231e |
+1
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user