├── .github
└── FUNDING.yml
├── .gitignore
├── LICENSE
├── README.md
└── _config.yml
/.github/FUNDING.yml:
--------------------------------------------------------------------------------
1 | # These are supported funding model platforms
2 |
3 | custom: https://www.buymeacoffee.com/ladumor
4 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | /.idea
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2020 Shailesh Ladumor
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | # Laravel Package [Tutorial](https://www.youtube.com/channel/UCuCjzuwBqMqFdh0EU-UwQ-w?sub_confirmation=1)
4 | ## Please Like 👍 the video and [Subscribe](https://www.youtube.com/channel/UCuCjzuwBqMqFdh0EU-UwQ-w?sub_confirmation=1) channel. This will really boost my confidence and encourage me to make more and more videos.
5 |
6 | 💫 [Follow Instagram](https://www.instagram.com/laravelpackagetutorial)
7 |
8 | 💫 [Like Facebook Page](https://www.facebook.com/laravelPackageTutorial)
9 |
10 | 💫 [Join Facebook Group](https://www.facebook.com/groups/576525202944819)
11 |
12 |
13 | ## 📣 Latest Tutorials
14 | - [How to create Complex headers in Datatable](https://youtu.be/A3-p3psej_w)
15 | - [How to Generate a QR Code in Laravel](https://youtu.be/y_OHy5qNJlQ)
16 | - [How to setup Imagick plugin in wamp server](https://youtu.be/bxI0qCW73AI)
17 | - [How to Generate PDF from html in Laravel](https://youtu.be/Gz8Wi_i2Szk)
18 | - [how to use pagination with livewire in laravel](https://youtu.be/sTuMmCfKbi0)
19 | - [How to generate sitemap in laravel](https://youtu.be/6M4OsMcIgpI)
20 | - [How to user route method in javascript file in laravel](https://youtu.be/NiAwFKv1oog)
21 | - [How to setup Passwordless login in Laravel](https://youtu.be/EIksYsX05Tg)
22 | - [How to Load fonts in scss](https://youtu.be/XDqOs0-Zttg)
23 | - [How to Customize Bootstrap](https://youtu.be/SOIIl33nthw)
24 | - [Searching Eloquent with Laravel livewire](https://youtu.be/lVVXzqstyY8)
25 | - [How to setup and enable https with SSL on wamp server virtual host](https://youtu.be/D5IqDcHyXSQ)
26 | - [How to Setup a Virtual Host Using Wamp Server](https://youtu.be/PoBvZZmt9Hs)
27 | - [Data Binding in Laravel Livewire](https://youtu.be/ZYv9T0O4JOw)
28 | - [How to Use select2](https://youtu.be/gTNQOxvuUv0)
29 |
30 | ## 🎓 Laravel Packages Tutorials
31 | ### 🎓 Laravel One signal
32 | - [OneSignal With Laravel](https://youtu.be/c1W7unOw3s4)
33 | - [How to create Apps and Segment on one signal using ladumor One signal laravel wrapper](https://youtu.be/mxiEZ4H2cgY)
34 |
35 | ### 🎓 Datatable
36 | - [How to setup Jquery Datatable into laravel](https://youtu.be/a2ZTvWsC_yc)
37 | - [How to DELETE record from Datatable using Ajax](https://youtu.be/4Q0yG_Sm_dw)
38 | - [How to render server side Datatable in Laravel](https://youtu.be/uqllJ0E9pX4)
39 |
40 | ### Spatie
41 | - [How to implement Spatie laravel permissions in laravel](https://youtu.be/hlGu2pa1bdU)
42 | - [How to Install Spatie Media Library into laravel](https://youtu.be/E7dq7KMgQn0)
43 | - [How to create Media collection using Spatie Media Library in laravel](https://youtu.be/LLVd3DML_84)
44 | - [How to create custom path generator for custom directory in Spatie Media Library in Laravel](https://youtu.be/PEhxmEu4Bow)
45 |
46 | ## 🎓 Tips
47 | - [How to create postman collaction](https://youtu.be/TaFp7FVul0I)
48 | - [Split window in CmDer Terminal](https://youtu.be/C0vwBXoWhms)
49 |
50 | ## 🎓 Infyom laravel Generator Contents
51 |
52 | ## Installation
53 | If you have any existing project then you can follow steps given in videos. In these tutorials you can learn how to setup adminlte and CoreUI with InfyOm Laravel Generator in few minute.
54 |
55 | #### AdminLTE Template
56 | Latest with Laravel 7 (Laravel generator suported)
57 |
58 | AdminLTE With Gnerator | AdminLTE3 Preset | With Laravel Fortify | Old Tutorial
59 | --- | --- |--- |---
60 | [
](https://www.youtube.com/watch?v=8Fa7Ji4lDyI&list=PL0wCC44AhrC3JHzcB5qmjYkm70OaoKegg)|[
](https://youtu.be/jA7hr2gE9yc)| [
](https://www.youtube.com/watch?v=2lHFnYLTHSI&list=PL0wCC44AhrC3JHzcB5qmjYkm70OaoKegg) | [
](https://www.youtube.com/watch?v=Q8CpX4MP1sA&list=PL0wCC44AhrC3JHzcB5qmjYkm70OaoKegg)
61 |
62 | #### CoreUI Template
63 | CoreUI with Generator| CoreUI 3 Preset
64 | --- | ---
65 | [
](https://www.youtube.com/watch?v=-V6RUmAXMEA&list=PL0wCC44AhrC3JHzcB5qmjYkm70OaoKegg) | [
](https://www.youtube.com/watch?v=AGkVhgvArd8&list=PL0wCC44AhrC3JHzcB5qmjYkm70OaoKegg)
66 |
67 | #### Stisla Template
68 | Stisla With Gnerator | Stisla Preset | With Laravel Fortify | JQuery Datatablesl
69 | --- | --- |--- |---
70 | [
](https://youtu.be/6OTZxbjV1NY)|[
](https://youtu.be/6cxIGi-Ff8o)| [
](https://www.youtube.com/watch?v=DjK9jPDdcR0&list=PL0wCC44AhrC3JHzcB5qmjYkm70OaoKegg) | [
](https://www.youtube.com/watch?v=rfHrXHB86o8&list=PL0wCC44AhrC3JHzcB5qmjYkm70OaoKegg)
71 |
72 | ## Scaffold and it's Options
73 |
74 | Scaffold | Options | Generate Only Specified Views
75 | --- | --- | ---
76 | You can Generate a scaffold (CRUD) quickly via InfyOm laravel Generator. here is tutorial how to generate scaffold(CRUD) | The Generator also has the ability to generate CRUD file with lots of options. you can learn which options and validation support provide by generator in this session. | While generating views, if you don't want to generate all views again. Then you can pass an option --views. watch this video for example.
77 | [
](https://www.youtube.com/watch?v=g6Rp98_0inQ&list=PL0wCC44AhrC3JHzcB5qmjYkm70OaoKegg) | [
](https://www.youtube.com/watch?v=8VuEzoz42BQ&list=PL0wCC44AhrC3JHzcB5qmjYkm70OaoKegg)| [
](https://www.youtube.com/watch?v=IyWpguOGGVw&list=PL0wCC44AhrC3JHzcB5qmjYkm70OaoKegg)
78 |
79 | ## Scaffold With Datatable
80 | The Generator also has the ability to generate CRUD file with datatables. To enable datatables option, you need to install yajra/laravel-datatables package.
81 |
82 | Datatable | Relationship data into Datatable | Display Image in Datatable | Multi Column Search box in Datatables
83 | ---| ---|---|---
84 | [
](https://www.youtube.com/watch?v=YC0YXrAF4SA&list=PL0wCC44AhrC3JHzcB5qmjYkm70OaoKegg) | [
](https://www.youtube.com/watch?v=sJrDpFl3Pcw&list=PL0wCC44AhrC3JHzcB5qmjYkm70OaoKegg) | [
](https://www.youtube.com/watch?v=2pPvD7xwCq4&list=PL0wCC44AhrC3JHzcB5qmjYkm70OaoKegg) | [
](https://www.youtube.com/watch?v=UCyoZ0To-ik&list=PL0wCC44AhrC3JHzcB5qmjYkm70OaoKegg)
85 |
86 | ## How to Customize Template in InfyOm Laravel Generator
87 |
88 | [
](https://www.youtube.com/watch?v=A3RjmWFcGWs&list=PL0wCC44AhrC3JHzcB5qmjYkm70OaoKegg)
89 |
90 | ## Api
91 | You can Generate a scaffold (CRUD) quickly via InfyOm laravel Generator. here is tutorial how to generate scaffold(CRUD)
92 |
93 | [
](https://www.youtube.com/watch?v=W58PIXo0C40&list=PL0wCC44AhrC3JHzcB5qmjYkm70OaoKegg)
94 |
95 | ## Generator Options
96 | InfyOm laravel Generator provide lots of Options.
97 |
98 | Part-1 | Part-2 | Part-3 | Advanced | Locale
99 | --- | --- |--- |---|---
100 | [
](https://www.youtube.com/watch?v=RpRhHMr1y54&list=PL0wCC44AhrC3JHzcB5qmjYkm70OaoKegg) | [
](https://www.youtube.com/watch?v=sjEKg-Uo4qg&list=PL0wCC44AhrC3JHzcB5qmjYkm70OaoKegg) | [
](https://www.youtube.com/watch?v=VHMfgGonoOU&list=PL0wCC44AhrC3JHzcB5qmjYkm70OaoKegg) | [
](https://www.youtube.com/watch?v=J-yft5gAztQ&list=PL0wCC44AhrC3JHzcB5qmjYkm70OaoKegg) | [
](https://www.youtube.com/watch?v=1Kt2NF6e5Bk&list=PL0wCC44AhrC3JHzcB5qmjYkm70OaoKegg)
101 |
102 | ## Fields Input Guide
103 | [
](https://www.youtube.com/watch?v=Wuchq7VK5BE&list=PL0wCC44AhrC3JHzcB5qmjYkm70OaoKegg)
104 |
105 | ## Generator Commands
106 | [
](https://www.youtube.com/watch?v=nhwzz48dAcs&list=PL0wCC44AhrC3JHzcB5qmjYkm70OaoKegg)
107 |
108 | ## File Upload
109 | [
](https://www.youtube.com/watch?v=Q6iL3u4IZgs&list=PL0wCC44AhrC3JHzcB5qmjYkm70OaoKegg)
110 |
111 | ## Swagger
112 |
113 | Swagger Docs with Infyom Gnerator | Jwt Token with Swagger Docs
114 | --- | ---
115 | [
](https://www.youtube.com/watch?v=5ILtqB1aR9g&list=PL0wCC44AhrC3JHzcB5qmjYkm70OaoKegg) | [
](https://www.youtube.com/watch?v=ytXsvPR0IBA&list=PL0wCC44AhrC3JHzcB5qmjYkm70OaoKegg)
116 |
117 | ## Default Users Model CRUD
118 | If you want to publish default Users model then you can do it with user command. see this tutorial how to publish User CRUD
119 |
120 | [
](https://www.youtube.com/watch?v=V7PCL6HCdXo&list=PL0wCC44AhrC3JHzcB5qmjYkm70OaoKegg)
121 |
122 |
123 | ## 🎓 Laravel Tutorials (other packages)
124 | - [File Upload using image intervention and InfyOm Generator](https://youtu.be/Q6iL3u4IZgs)
125 | - [How to adjusting images using image intervention](https://youtu.be/_bRgg5cndOo)
126 | - [Resize image with Image Intervention](https://youtu.be/NowyuDKwj_I)
127 | - [CoreUI React theme setup in laravel](https://youtu.be/HVVpbpNUJ8M)
128 | - [How to use & setup laravel Airlock](https://youtu.be/_JoNBxR_m-4)
129 | - [What's new in Laravel 7](https://youtu.be/EpWkKni9X6g)
130 | - [How to optimize the code and improve performance of the laravel Application using laravel mix](https://youtu.be/ajZvBmCxfaY)
131 | - [Laravel Microscope | Find Bugs Before They Bite](https://youtu.be/aEkiE30wNKk)
132 | - [How to implement JWT token in laravel](https://youtu.be/VtAxYez4ZdQ)
133 | - [Click Event in Livewire | wire:click](https://youtu.be/iFbCOwo7Ihc)
134 | - [How to install Laravel livewire](https://youtu.be/3cwdeSYjXTk)
135 | - [How to Setup Global Git Ignore](https://youtu.be/3LYBdd3RGKs)
136 | - [How to debug Rest APIs in Laravel | Laravel API Debugger](https://youtu.be/kEwhtMEOibs)
137 |
138 | ## 🧐 Subscribe
139 |
140 | Thanks for watching tutorials. Please Like and share videos and do not forget to subscribe channel in youtube for new video update.
141 |
142 | [](https://www.youtube.com/channel/UCuCjzuwBqMqFdh0EU-UwQ-w?sub_confirmation=1)
143 |
144 | ## 💝 Credit
145 | [Infyom Laravel Generator](https://github.com/InfyOmLabs/laravel-generator) is great tool and support multiple themes. Special Thanks to [InfyOmLabs](https://labs.infyom.com/) bring great laravel generator to us.
146 |
147 | These tutorials are created by [Shailesh Ladumor](https://github.com/shailesh-ladumor).
148 |
--------------------------------------------------------------------------------
/_config.yml:
--------------------------------------------------------------------------------
1 | theme: jekyll-theme-cayman
--------------------------------------------------------------------------------