Compare commits

...

5 Commits

Author SHA1 Message Date
Ayodeji Emmanuel
94b8434f10 Merge 53d9ed231e into 2aee46f169 2024-05-23 02:37:57 -03:00
Julien Le Coupanec
2aee46f169 Merge pull request #381 from FabricioLopees/fix/java
Update readme: fix grammatical error in java.md
2024-04-15 10:53:51 +02:00
FabricioLopees
22977d5ca1 update readme: fix grammatical error in java.md 2024-04-13 13:05:38 -03:00
FabricioLopees
a2c99c9674 update readme: fix grammatical error in java.md 2024-04-13 12:52:16 -03:00
Ayodeji Emmanuel
53d9ed231e Update laravel.php 2023-10-09 02:57:35 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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