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
=Fix multiple bugs with the views. Add client-side validation. Add functions to cover every LaraelCollective methods. Add multipleSelect and checkbox auto handling.
Copy file name to clipboardExpand all lines: README.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,29 @@
1
-
# An awesome code generator for laravel framework
1
+
# An awesome code generator for laravel framework - with client-side validation
2
2
3
-
For full documentation please visit <ahref="https://crestapps.com/laravel-code-generator/docs/1.0"target="_blank"title="Laravel Code Generator Documentation">CrestApps.com</a>
3
+
For full documentation and screenshots please visit <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
7
7
8
-
A clean code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migration or request form!
8
+
A very clean code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migration or request form!
9
9
10
10
## Features
11
11
12
-
*Customizable templates to enable you to change the standard look and feel of your application.
13
-
* Create standard CRUD controllers with standard or form-request validation.
12
+
*Create full resource with a single command.
13
+
* Create standard CRUD controllers with simple or form-request validation.
14
14
* Create model.
15
15
* Create named routes.
16
16
* Create standard CRUD views.
17
-
* Create Form-Request
18
-
* Create layouts for your views.
19
-
* Create languages/Locale files.
20
-
* Json support to define your fields.
17
+
* Very flexible and rich with configurable options.
18
+
* (Beta) Client-side validation.
19
+
* File uploading handling.
20
+
* Auto multiple-response storing in the database.
21
+
* Create form-request.
22
+
* Customizable view’s templates to enable you to change the standard look and feel of your application.
0 commit comments