Skip to content

Commit 38e1855

Browse files
committed
updated readme file (3)
1 parent f19a32b commit 38e1855

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,21 @@ create laravel multi-auth setup files, middleware, models, migrations etc
1010

1111
1. In your terminal via composer:
1212

13-
```
13+
``` bash
1414
composer require imokhles/multi-auth-command
1515
```
1616

1717
2. Add this provider to your config/app.php :
1818
```
1919
iMokhles\MultiAuthCommand\MultiAuthCommandServiceProvider::class
20+
```
2021

2122
## Usage
2223

2324
Example usage:
2425

2526

26-
```
27+
``` bash
2728
php artisan make:multi-auth Admin --force
2829
```
2930

0 commit comments

Comments
 (0)