Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RayhanYulanda authored Aug 3, 2022
1 parent ee30a90 commit c94fcd5
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Table of contents
=================
<!--ts-->
* [Table of contents](#table-of-contents)
* [Pest PHP Scaffold CLI](#pest-php-scaffold-cli)
* [Installation](#installation)
* [Pass a custom path](#pass-a-custom-path)
* [Usage](#usage)
* [Changelog](#changelog)
* [Contributing](#contributing)
* [Security](#security)
* [About](#about)
* [License](#license)
<!--te-->

Pest PHP Scaffold CLI
===

Expand All @@ -17,7 +32,7 @@ Usage
You can then create a new repository by calling the following command:

```bash
$ php artisan make:pest ModelName"
$ php artisan make:pest ModelName
```

This command will create a directory named `ModelNameController` in tests/Feature/Http/Controller and will create a basic setup for create, read, update, delete test controller.
Expand Down

0 comments on commit c94fcd5

Please sign in to comment.