You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# An awesome code generator for laravel framework
2
2
3
-
For full documentation please visit This is <ahref="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 <ahref="https://crestapps.com/laravel-code-generator/docs/1.0"target="_blank"title="Laravel Code Generator Documentation">CrestApps.com</a>
4
4
5
5
6
6
## Introduction
@@ -54,10 +54,10 @@ Second, look for the `aliases` array in the `config/app.php` file. Add the follo
54
54
Finally, publish the config and the default template to start generating awesome code.
> 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.
> 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").
84
84
85
85
86
86
## License
87
87
88
-
The Laravel-CodeGenerator is open-sourced software licensed under the <ahref="https://opensource.org/licenses/MIT"target="_new"title="MIT license">MIT license</a>
88
+
The Laravel-CodeGenerator is open-sourced software licensed under the <ahref="https://opensource.org/licenses/MIT"target="_blank"title="MIT license">MIT license</a>
0 commit comments