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: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
### Upgrade
2
-
- If you are upgrading from v2.0 or v2.1 to v2.3 make sure you publish the vendor resource. There are some changes to the templates that required to be updated.
2
+
- If you are upgrading from v2.0, v2.1 or v2.2 to v2.3 make sure you publish the vendor resource. There are some updates to the config file.
3
+
- If you are upgrading from v2.0 or v2.1 to v2.2 make sure you publish the vendor resource. There are some changes to the templates that required to be updated.
3
4
-- If you are upgrading any version prior v2.2 follow the upgrate instruction on https://crestapps.com/laravel-code-generator/docs/2.2#upgrade-guide
Copy file name to clipboardExpand all lines: README.md
+19-20Lines changed: 19 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,8 @@
1
-
# An awesome code generator for laravel framework - with client-side validation
2
-
3
-
For full documentation and live demo please visit <ahref="https://crestapps.com/laravel-code-generator/docs/2.2"target="_blank"title="Laravel Code Generator Documentation">CrestApps.com</a>
4
-
5
1
## Introduction
6
2
7
-
A clean code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages or request-forms! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.
3
+
An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.
4
+
5
+
For full documentation and live demo please visit <ahref="https://crestapps.com/laravel-code-generator/docs/2.2"target="_blank"title="Laravel Code Generator Documentation">CrestApps.com</a>
8
6
9
7
## Features
10
8
@@ -40,31 +38,32 @@ A clean code generator for Laravel framework that will save you time! This aweso
40
38
41
39
1. To download this package into your laravel project, use the command-line to execute the following command
2.**(You may skip this step when using Laravel >= 5.5)** To bootstrap the packages into your project while using command-line only, open the app/Providers/AppServiceProvider.php file in your project. Then, add the following code to the register() method.
48
46
49
-
Add the following line to bootstrap laravel-code-generator to the framework.
47
+
Add the following line to bootstrap laravel-code-generator to the framework.
> 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 using a different or no css framework.
63
62
64
63
## Lessons
65
-
Checkout our YouTube channel
66
-
>https://youtu.be/l21qNcsMAWg
67
-
>https://youtu.be/infoecfXOCw
64
+
Checkout our YouTube channel on <ahref="https://www.youtube.com/channel/UCkEd0nOoRf3o0ahspAu7Y9w/videos"target="_blank"title="CrestApps YouTube Channel">YouTube.com</a>
Copy file name to clipboardExpand all lines: composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "crestapps/laravel-code-generator",
3
3
"license": "MIT",
4
4
"description": "A clean code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages or request-forms! It is extremely flexible and customizable to cover many use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.",
0 commit comments