File tree Expand file tree Collapse file tree 17 files changed +23
-27
lines changed Expand file tree Collapse file tree 17 files changed +23
-27
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ php artisan vendor:publish --provider="CrestApps\CodeGenerator\CodeGeneratorServ
39
39
40
40
#### How to use Laravel Code Generator to generate production ready code in seconds!
41
41
42
- <iframe width = " 840 " height = " 472 " src =" https://www.youtube.com/embed/l21qNcsMAWg?si=RbBsmeN06mq-o_5n " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " allowfullscreen ></iframe >
42
+ <iframe class = " responsive-video " src =" https://www.youtube.com/embed/l21qNcsMAWg?si=RbBsmeN06mq-o_5n " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " allowfullscreen ></iframe >
43
43
44
44
45
45
#### Create a CRUDs for all your database tables in seconds using Laravel and Laravel-Code-Generator
46
46
47
- <iframe width = " 840 " height = " 472 " src =" https://www.youtube.com/embed/infoecfXOCw?si=DYGOJjS7zgeNsrjv " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " allowfullscreen ></iframe >
47
+ <iframe class = " responsive-video " src =" https://www.youtube.com/embed/infoecfXOCw?si=DYGOJjS7zgeNsrjv " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " allowfullscreen ></iframe >
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ const config = {
20
20
21
21
// GitHub pages deployment config.
22
22
// If you aren't using GitHub pages, you don't need these.
23
- organizationName : 'facebook ' , // Usually your GitHub org/user name.
24
- projectName : 'docusaurus ' , // Usually your repo name.
23
+ organizationName : 'CrestApps ' , // Usually your GitHub org/user name.
24
+ projectName : 'laravel-code-generator ' , // Usually your repo name.
25
25
26
26
onBrokenLinks : 'throw' ,
27
27
onBrokenMarkdownLinks : 'warn' ,
@@ -75,7 +75,7 @@ const config = {
75
75
{
76
76
type : 'docsVersionDropdown' ,
77
77
position : 'right' ,
78
- lastVersion : '2. 3.0' ,
78
+ lastVersion : '3.0.x ' ,
79
79
dropdownActiveClassDisabled : true ,
80
80
} ,
81
81
{
Original file line number Diff line number Diff line change 29
29
--ifm-color-primary-lightest : # f1c474 ;
30
30
--ifm-background-color : # 292929 ;
31
31
}
32
+
33
+ .responsive-video {
34
+ aspect-ratio : 16 / 9 ;
35
+ width : 100% ;
36
+ }
Original file line number Diff line number Diff line change @@ -33,10 +33,9 @@ A layout is required for the default views! The code generator allows you to cre
33
33
34
34
#### How to use Laravel Code Generator to generate production ready code in seconds!
35
35
36
- <iframe width = " 840 " height = " 472 " src =" https://www.youtube.com/embed/l21qNcsMAWg?si=RbBsmeN06mq-o_5n " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " allowfullscreen ></iframe >
36
+ <iframe class = " responsive-video " src =" https://www.youtube.com/embed/l21qNcsMAWg?si=RbBsmeN06mq-o_5n " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " allowfullscreen ></iframe >
37
37
38
38
39
39
#### Create a CRUDs for all your database tables in seconds using Laravel and Laravel-Code-Generator
40
40
41
- <iframe width =" 840 " height =" 472 " src =" https://www.youtube.com/embed/infoecfXOCw?si=DYGOJjS7zgeNsrjv " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " allowfullscreen ></iframe >
42
-
41
+ <iframe class =" responsive-video " src =" https://www.youtube.com/embed/infoecfXOCw?si=DYGOJjS7zgeNsrjv " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " allowfullscreen ></iframe >
Original file line number Diff line number Diff line change @@ -34,11 +34,9 @@ A layout is required for the default views! The code generator allows you to cre
34
34
35
35
#### How to use Laravel Code Generator to generate production ready code in seconds!
36
36
37
- <iframe width = " 840 " height = " 472 " src =" https://www.youtube.com/embed/l21qNcsMAWg?si=RbBsmeN06mq-o_5n " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " allowfullscreen ></iframe >
37
+ <iframe class = " responsive-video " src =" https://www.youtube.com/embed/l21qNcsMAWg?si=RbBsmeN06mq-o_5n " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " allowfullscreen ></iframe >
38
38
39
39
40
40
#### Create a CRUDs for all your database tables in seconds using Laravel and Laravel-Code-Generator
41
41
42
- <iframe width =" 840 " height =" 472 " src =" https://www.youtube.com/embed/infoecfXOCw?si=DYGOJjS7zgeNsrjv " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " allowfullscreen ></iframe >
43
-
44
-
42
+ <iframe class =" responsive-video " src =" https://www.youtube.com/embed/infoecfXOCw?si=DYGOJjS7zgeNsrjv " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " allowfullscreen ></iframe >
Original file line number Diff line number Diff line change @@ -34,10 +34,9 @@ A layout is required for the default views! The code generator allows you to cre
34
34
35
35
#### How to use Laravel Code Generator to generate production ready code in seconds!
36
36
37
- <iframe width = " 840 " height = " 472 " src =" https://www.youtube.com/embed/l21qNcsMAWg?si=RbBsmeN06mq-o_5n " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " allowfullscreen ></iframe >
37
+ <iframe class = " responsive-video " src =" https://www.youtube.com/embed/l21qNcsMAWg?si=RbBsmeN06mq-o_5n " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " allowfullscreen ></iframe >
38
38
39
39
40
40
#### Create a CRUDs for all your database tables in seconds using Laravel and Laravel-Code-Generator
41
41
42
- <iframe width =" 840 " height =" 472 " src =" https://www.youtube.com/embed/infoecfXOCw?si=DYGOJjS7zgeNsrjv " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " allowfullscreen ></iframe >
43
-
42
+ <iframe class =" responsive-video " src =" https://www.youtube.com/embed/infoecfXOCw?si=DYGOJjS7zgeNsrjv " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " allowfullscreen ></iframe >
Original file line number Diff line number Diff line change @@ -34,11 +34,9 @@ A layout is required for the default views! The code generator allows you to cre
34
34
35
35
#### How to use Laravel Code Generator to generate production ready code in seconds!
36
36
37
- <iframe width = " 840 " height = " 472 " src =" https://www.youtube.com/embed/l21qNcsMAWg?si=RbBsmeN06mq-o_5n " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " allowfullscreen ></iframe >
37
+ <iframe class = " responsive-video " src =" https://www.youtube.com/embed/l21qNcsMAWg?si=RbBsmeN06mq-o_5n " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " allowfullscreen ></iframe >
38
38
39
39
40
40
#### Create a CRUDs for all your database tables in seconds using Laravel and Laravel-Code-Generator
41
41
42
- <iframe width =" 840 " height =" 472 " src =" https://www.youtube.com/embed/infoecfXOCw?si=DYGOJjS7zgeNsrjv " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " allowfullscreen ></iframe >
43
-
44
-
42
+ <iframe class =" responsive-video " src =" https://www.youtube.com/embed/infoecfXOCw?si=DYGOJjS7zgeNsrjv " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " allowfullscreen ></iframe >
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ A layout is required for the default views! The code generator allows you to cre
34
34
35
35
#### How to use Laravel Code Generator to generate production ready code in seconds!
36
36
37
- <iframe width = " 840 " height = " 472 " src =" https://www.youtube.com/embed/l21qNcsMAWg?si=RbBsmeN06mq-o_5n " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " allowfullscreen ></iframe >
37
+ <iframe class = " responsive-video " src =" https://www.youtube.com/embed/l21qNcsMAWg?si=RbBsmeN06mq-o_5n " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " allowfullscreen ></iframe >
38
38
39
39
40
40
#### Create a CRUDs for all your database tables in seconds using Laravel and Laravel-Code-Generator
41
41
42
- <iframe width = " 840 " height = " 472 " src =" https://www.youtube.com/embed/infoecfXOCw?si=DYGOJjS7zgeNsrjv " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " allowfullscreen ></iframe >
42
+ <iframe class = " responsive-video " src =" https://www.youtube.com/embed/infoecfXOCw?si=DYGOJjS7zgeNsrjv " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " allowfullscreen ></iframe >
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments