From 53d9ed231e1bbbd309775e1387a3758e81fee16e Mon Sep 17 00:00:00 2001 From: Ayodeji Emmanuel Date: Mon, 9 Oct 2023 02:57:35 -0700 Subject: [PATCH] Update laravel.php --- backend/laravel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/laravel.php b/backend/laravel.php index d3122f2f..3e094723 100644 --- a/backend/laravel.php +++ b/backend/laravel.php @@ -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.