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: +

+Build Status +Total Downloads +Latest Stable Version +License +

+ +# 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 + git clone https://github.com/hashaam-zahid/laravel-blog-post.git ``` 2. Install dependencies: - ```bash + composer install npm install - ``` + 3. Set up environment variables: @@ -106,4 +116,4 @@ This project is licensed under the [MIT License](LICENSE). --- -Feel free to add or modify any sections according to your project's specific requirements and details. \ No newline at end of file +Feel free to add or modify any sections according to your project's specific requirements and details.