mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2026-05-10 08:20:05 -07:00
Compare commits
5 Commits
64b7cc115b
...
94b8434f10
| Author | SHA1 | Date | |
|---|---|---|---|
| 94b8434f10 | |||
| 2aee46f169 | |||
| 22977d5ca1 | |||
| a2c99c9674 | |||
| 53d9ed231e |
+1
-1
@@ -8,7 +8,7 @@
|
|||||||
// MAIN.
|
// MAIN.
|
||||||
|
|
||||||
php artisan clear-compiled // Remove the compiled class file
|
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 docs // Access the Laravel documentation
|
||||||
php artisan down // Put the application into maintenance mode
|
php artisan down // Put the application into maintenance mode
|
||||||
php artisan dump-server // Start the dump server to collect dump information.
|
php artisan dump-server // Start the dump server to collect dump information.
|
||||||
|
|||||||
+1
-1
@@ -286,7 +286,7 @@ for(dataType item : array) {
|
|||||||
|
|
||||||
### ACCESS MODIFIERS
|
### ACCESS MODIFIERS
|
||||||
|
|
||||||
1. defualt(No keyword required)
|
1. default(No keyword required)
|
||||||
2. private
|
2. private
|
||||||
3. public
|
3. public
|
||||||
4. protected
|
4. protected
|
||||||
|
|||||||
Reference in New Issue
Block a user