Skip to content

Commit 01eaa53

Browse files
committed
add second video
1 parent 9c0561e commit 01eaa53

File tree

8 files changed

+56
-15
lines changed

8 files changed

+56
-15
lines changed

docs/docs/get-started.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,13 @@ If you like to override the default template, you may execute the following comm
3535
php artisan vendor:publish --provider="CrestApps\CodeGenerator\CodeGeneratorServiceProvider" --tag=default-template
3636
```
3737

38-
### Demo
38+
### Getting Started Videos
3939

40-
Below a video to demonstrate how to use most of the package commands.
40+
#### How to use Laravel Code Generator to generate production ready code in seconds!
4141

4242
<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>
4343

44+
45+
#### Create a CRUDs for all your database tables in seconds using Laravel and Laravel-Code-Generator
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>

docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const config = {
7070
type: 'docSidebar',
7171
sidebarId: 'docsSidebar',
7272
position: 'left',
73-
label: 'Tutorial',
73+
label: 'Documentations',
7474
},
7575
{
7676
type: 'docsVersionDropdown',

docs/versioned_docs/version-2.0.0/get-started.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,14 @@ php artisan vendor:publish --provider="CrestApps\CodeGenerator\CodeGeneratorServ
2929

3030
A layout is required for the default views! The code generator allows you to create a layout using the command-line. Of course you can use your own layout. You'll only need to include [CSS bootstrap framework](http://getbootstrap.com/) in your layout for the default templates to work properly. Additionally, you can chose to design your own templates using a different or no css framework. For more info on how to create a custom template [click here](https://crestapps.com/laravel-code-generator/docs/2.2#how-to-create-custom-template)!
3131

32-
### Demo
32+
### Getting Started Videos
3333

34-
Below a video to demonstrate how to use most of the package commands.
34+
#### How to use Laravel Code Generator to generate production ready code in seconds!
3535

3636
<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>
3737

38+
39+
#### Create a CRUDs for all your database tables in seconds using Laravel and Laravel-Code-Generator
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+

docs/versioned_docs/version-2.1.0/get-started.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,16 @@ php artisan vendor:publish --provider="CrestApps\CodeGenerator\CodeGeneratorServ
2929

3030
A layout is required for the default views! The code generator allows you to create a layout using the command-line. Of course you can use your own layout. You'll only need to include [CSS bootstrap framework](http://getbootstrap.com/) in your layout for the default templates to work properly. Additionally, you can chose to design your own templates using a different or no css framework. For more info on how to create a custom template [click here](https://crestapps.com/laravel-code-generator/docs/2.2#how-to-create-custom-template)!
3131

32-
### Demo
3332

34-
Below a video to demonstrate how to use most of the package commands.
33+
### Getting Started Videos
34+
35+
#### How to use Laravel Code Generator to generate production ready code in seconds!
3536

3637
<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>
3738

39+
40+
#### Create a CRUDs for all your database tables in seconds using Laravel and Laravel-Code-Generator
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+

docs/versioned_docs/version-2.2.0/get-started.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,15 @@ php artisan vendor:publish --provider="CrestApps\CodeGenerator\CodeGeneratorServ
2929

3030
A layout is required for the default views! The code generator allows you to create a layout using the command-line. Of course you can use your own layout. You'll only need to include [CSS bootstrap framework](http://getbootstrap.com/) in your layout for the default templates to work properly. Additionally, you can chose to design your own templates using a different or no css framework. For more info on how to create a custom template [click here](https://crestapps.com/laravel-code-generator/docs/2.2#how-to-create-custom-template)!
3131

32-
### Demo
3332

34-
Below a video to demonstrate how to use most of the package commands.
33+
### Getting Started Videos
34+
35+
#### How to use Laravel Code Generator to generate production ready code in seconds!
3536

3637
<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>
3738

39+
40+
#### Create a CRUDs for all your database tables in seconds using Laravel and Laravel-Code-Generator
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+

docs/versioned_docs/version-2.3.0/get-started.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,16 @@ php artisan vendor:publish --provider="CrestApps\CodeGenerator\CodeGeneratorServ
2929

3030
A layout is required for the default views! The code generator allows you to create a layout using the command-line. Of course you can use your own layout. You'll only need to include [CSS bootstrap framework](http://getbootstrap.com/) in your layout for the default templates to work properly. Additionally, you can chose to design your own templates using a different or no css framework. For more info on how to create a custom template [click here](https://crestapps.com/laravel-code-generator/docs/2.2#how-to-create-custom-template)!
3131

32-
### Demo
3332

34-
Below a video to demonstrate how to use most of the package commands.
33+
### Getting Started Videos
34+
35+
#### How to use Laravel Code Generator to generate production ready code in seconds!
3536

3637
<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>
3738

39+
40+
#### Create a CRUDs for all your database tables in seconds using Laravel and Laravel-Code-Generator
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+

docs/versioned_docs/version-2.4.0/get-started.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,14 @@ php artisan vendor:publish --provider="CrestApps\CodeGenerator\CodeGeneratorServ
2929

3030
A layout is required for the default views! The code generator allows you to create a layout using the command-line. Of course you can use your own layout. You'll only need to include [CSS bootstrap framework](http://getbootstrap.com/) in your layout for the default templates to work properly. Additionally, you can chose to design your own templates using a different or no css framework. For more info on how to create a custom template [click here](https://crestapps.com/laravel-code-generator/docs/2.2#how-to-create-custom-template)!
3131

32-
### Demo
3332

34-
Below a video to demonstrate how to use most of the package commands.
33+
### Getting Started Videos
34+
35+
#### How to use Laravel Code Generator to generate production ready code in seconds!
3536

3637
<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>
3738

39+
40+
#### Create a CRUDs for all your database tables in seconds using Laravel and Laravel-Code-Generator
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>

docs/versioned_docs/version-3.0.0/get-started.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,16 @@ If you like to override the default template, you may execute the following comm
3535
php artisan vendor:publish --provider="CrestApps\CodeGenerator\CodeGeneratorServiceProvider" --tag=default-template
3636
```
3737

38-
### Demo
3938

40-
Below a video to demonstrate how to use most of the package commands.
39+
### Getting Started Videos
40+
41+
#### How to use Laravel Code Generator to generate production ready code in seconds!
4142

4243
<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>
4344

45+
46+
#### Create a CRUDs for all your database tables in seconds using Laravel and Laravel-Code-Generator
47+
48+
<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>
49+
50+

0 commit comments

Comments
 (0)