From 3371b9fe379540b165d3df87a9550e27cb5af1f2 Mon Sep 17 00:00:00 2001 From: Hashaam Zahid <143768406+hashaam-zahid@users.noreply.github.com> Date: Sun, 10 Dec 2023 16:48:29 +0500 Subject: [PATCH] Updated readme.md --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index b792dc6..404a587 100644 --- a/readme.md +++ b/readme.md @@ -13,7 +13,7 @@ This project is a Laravel-based Blog Post application that incorporates various # php artisan Commands Required - +``` php artisan make:migration
php artisan make:request @@ -45,6 +45,7 @@ php artisan make:seed php artisan make:factory
php artisan serve +``` # Node Packages Commands Required @@ -52,9 +53,10 @@ npm install # Composer Commands Required +``` composer update composer dump-autoload - +``` ## Features