Skip to content

Commit 3471bb3

Browse files
committed
=
1 parent cb01a03 commit 3471bb3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# An awesome code generator for laravel framework
22

3-
For full documentation please visit This is <a href="https://crestapps.com/laravel-code-generator/docs/1.0" target="_new" title="Laravel 5.1+ Awesome Code Generator documentation">CrestApps.com</a>
3+
For full documentation please visit This is <a href="https://crestapps.com/laravel-code-generator/docs/1.0" target="_blank" title="Laravel Code Generator Documentation">CrestApps.com</a>
44

55

66
## Introduction
@@ -54,10 +54,10 @@ Second, look for the `aliases` array in the `config/app.php` file. Add the follo
5454
Finally, publish the config and the default template to start generating awesome code.
5555

5656
```
57-
php artisan vendor:publish --provider="CrestApps\\CodeGenerator\\CodeGeneratorServiceProvider"
57+
php artisan vendor:publish --provider="CrestApps\CodeGenerator\CodeGeneratorServiceProvider"
5858
```
5959

60-
> A layout is required for the default views! The code generator allows you to create a layout using the command line. Of cource you can use your own layout. You'll only need to include [CSS bootstrap framework](http://getbootstrap.com/ "CSS bootstrap framework") in your layout for the default templates to work properly. Additionally, you can chose to you design your own templetes and not use [CSS bootstrap framework](http://getbootstrap.com/ "CSS bootstrap framework" target="_blank") altogether.
60+
> A layout is required for the default views! The code generator allows you to create a layout using the command line. Of cource you can use your own layout. You'll only need to include [CSS bootstrap framework](http://getbootstrap.com/ "CSS bootstrap framework") in your layout for the default templates to work properly. Additionally, you can chose to you design your own templetes and not use [CSS bootstrap framework](http://getbootstrap.com/ "CSS bootstrap framework") altogether.
6161
6262

6363

@@ -80,10 +80,10 @@ php artisan vendor:publish --provider="CrestApps\\CodeGenerator\\CodeGeneratorSe
8080
* php artisan create:form-request [class-name]
8181
* php artisan create:language [language-file-name]
8282

83-
> Full documentation available at [CrestApps.com](https://crestapps.com/laravel-code-generator/docs/1.0 "Laravel 5.1+ Awesome Code Generator documentation" target="_blank").
83+
> Full documentation available at [CrestApps.com](https://crestapps.com/laravel-code-generator/docs/1.0 "Laravel Code Generator Documentation").
8484
8585

8686
## License
8787

88-
The Laravel-CodeGenerator is open-sourced software licensed under the <a href="https://opensource.org/licenses/MIT" target="_new" title="MIT license">MIT license</a>
88+
The Laravel-CodeGenerator is open-sourced software licensed under the <a href="https://opensource.org/licenses/MIT" target="_blank" title="MIT license">MIT license</a>
8989

0 commit comments

Comments
 (0)