From 03aba774b14fcf68d0c389140ee86cde54bb69a0 Mon Sep 17 00:00:00 2001 From: Max Base Date: Mon, 9 Sep 2024 15:19:18 +0330 Subject: [PATCH] Update readme.md --- readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index b11a8ab..db3d29d 100755 --- a/readme.md +++ b/readme.md @@ -8,37 +8,37 @@ ## Getting started --✅ Install composer package +✅ Install composer package ```shell composer i ``` --✅ Generating autoload files +✅ Generating autoload files ```shell composer dump-autoload ``` --✅ Run the following command to run the project +✅ Run the following command to run the project ```shell php artisan serve ``` --✅ To set the port yourself, use the following code +✅ To set the port yourself, use the following code ```shell php artisan serve --port=8090 ``` --✅ You can also run the pint package to clean the code +✅ You can also run the pint package to clean the code ```shell ./vendor/bin/pint ``` --✅ We have seeder! you can run seeders with this command +✅ We have seeder! you can run seeders with this command ```shell php artisan db:seed