From d5ecb5433e56b62636b34f0e6e67832b3423137d Mon Sep 17 00:00:00 2001 From: Yish Date: Sat, 2 Sep 2017 22:47:04 +0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b57b6c4..5bd30cc 100644 --- a/README.md +++ b/README.md @@ -92,4 +92,12 @@ Providing commands: $ php artisan make:presenter UserPresenter ``` -If you need more examples and documentation, see [documentation](https://github.com/Mombuyish/Laravel-Oh-Generators/wiki). \ No newline at end of file +### Generating Foundation +> It can be generating class foundation. + +``` +    $ php artisan make:foundation Taggable +``` + + +If you need more examples and documentation, see [documentation](https://github.com/Mombuyish/Laravel-Oh-Generators/wiki).