diff --git a/readme.md b/readme.md index 7b3919c..24ee377 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,18 @@ +
-=> php artisan Commands Required: + + +# Laravel Blog Post Project by [Hashaam Zahid] + +This project is a Laravel-based Blog Post application that incorporates various features including a contact page, Laravel Jobs, Middleware, Laravel Request, Laravel Resources for JSON API, Eloquent ORM, NPM packages for asset management (SCSS, JavaScript), file handling, and user policy for access restriction. + + +# php artisan Commands Required php artisan make:migration php artisan make:request @@ -18,18 +31,15 @@ php artisan make:seed php artisan make:factory php artisan serve -=> npmp Commands +# Node Packages Commands Required npm install -=>composer commands +# Composer Commands Required composer update composer dump-autoload -# Laravel Blog Post Project by [Hashaam Zahid] - -This project is a Laravel-based Blog Post application that incorporates various features including a contact page, Laravel Jobs, Middleware, Laravel Request, Laravel Resources for JSON API, Eloquent ORM, NPM packages for asset management (SCSS, JavaScript), file handling, and user policy for access restriction. ## Features @@ -50,15 +60,15 @@ To run this project locally, follow these steps: 1. Clone the repository: ```bash - git clone