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).