Skip to content

Commit

Permalink
Format markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
bjuppa committed Mar 13, 2020
1 parent 0588059 commit d0af2e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ admin users, and a separate Laravel User Provider and Guard to go with that.
### Creating admin users

It doesn't make sense to have a public registration for admin users so
the easiest way to create admin users for development and production is through `php artisan tinker`:
the easiest way to create admin users for development and production is through
`php artisan tinker`:

```php
/* Use the name of your admin model, this examples uses the default App\User */
Expand Down

0 comments on commit d0af2e4

Please sign in to comment.