From e08cc56cbd42fd9227fa6b2e40351b83e7443a57 Mon Sep 17 00:00:00 2001
From: Hashaam Zahid <143768406+hashaam-zahid@users.noreply.github.com>
Date: Fri, 24 Nov 2023 15:43:10 +0500
Subject: [PATCH] Update readme.md
---
readme.md | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/readme.md b/readme.md
index 24ee377..b792dc6 100644
--- a/readme.md
+++ b/readme.md
@@ -15,20 +15,35 @@ This project is a Laravel-based Blog Post application that incorporates various
# php artisan Commands Required
php artisan make:migration
+
php artisan make:request
+
php artisan make:mail
+
php artisan make:job
+
php artisan queue:table
+
php artisan queue:work
+
php artisan make:auth
+
php artisan make:resource
+
php artisan make:middleware
+
php artisan make:Policy
+
php artisan migrate
+
php artisan make:controller
+
php artisan make:model
+
php artisan make:seed
+
php artisan make:factory
+
php artisan serve
# Node Packages Commands Required