Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hashaam-zahid authored Nov 24, 2023
1 parent 9d6087a commit e08cc56
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,35 @@ This project is a Laravel-based Blog Post application that incorporates various
# php artisan Commands Required

php artisan make:migration
<br/>
php artisan make:request
<br/>
php artisan make:mail
<br/>
php artisan make:job
<br/>
php artisan queue:table
<br/>
php artisan queue:work
<br/>
php artisan make:auth
<br/>
php artisan make:resource
<br/>
php artisan make:middleware
<br/>
php artisan make:Policy
<br/>
php artisan migrate
<br/>
php artisan make:controller
<br/>
php artisan make:model
<br/>
php artisan make:seed
<br/>
php artisan make:factory
<br/>
php artisan serve

# Node Packages Commands Required
Expand Down

0 comments on commit e08cc56

Please sign in to comment.