|
1 | 1 | Hello, |
| 2 | +I'm fixing it. |
2 | 3 |
|
3 | | -Currently, it doesn't work: laravel-grapesjs-builder-community. |
| 4 | +## Follow me: |
4 | 5 |
|
5 | | -I'm refactoring the code. |
| 6 | +**Website**: https://sokeio.com/ |
6 | 7 |
|
7 | | -Please wait some more time. |
| 8 | + |
8 | 9 |
|
9 | | - |
| 10 | +**Discord**: https://discord.gg/eaj9nR3n |
10 | 11 |
|
11 | | -join facebook Sokeio Community: https://www.facebook.com/groups/sokeio |
| 12 | +**Facebook***: https://www.facebook.com/groups/sokeio |
12 | 13 |
|
13 | | -https://discord.gg/eaj9nR3n |
14 | | - |
15 | | - |
16 | | -<p align="center"><img style="width:60px; border-radius: 3px;" src="./bytechasia_logo.jpg"> |
17 | | -<img src="https://laravel.com/assets/img/components/logo-laravel.svg"> |
18 | | -</p> |
19 | | - |
20 | | -# laravel page builder community |
21 | | - |
22 | | -Touch Star Follow package: |
23 | | - |
24 | | -https://github.com/sokeio/framework |
25 | | - |
26 | | -https://github.com/sokeio/admin |
27 | | - |
28 | | -https://github.com/sokeio/laravel |
29 | | -Demo: https://studio.sokeio.com/ |
30 | | - |
31 | | -Login: https://studio.sokeio.com/admin/auth/login |
32 | | - |
33 | | - |
34 | | - |
35 | | -demo@123456 |
36 | | - |
37 | | - |
38 | | -Video Tutorial: |
39 | | - |
40 | | -[<img src="https://i.ytimg.com/vi/fVEFetzyhTM/maxresdefault.jpg" width="50%">](https://www.youtube.com/watch?v=fVEFetzyhTM&t=8s) |
41 | | - |
42 | | -# Template Block for builder |
43 | | - |
44 | | -[<img src="https://i.ytimg.com/vi/Q55kWB3C-Ec/maxresdefault.jpg" width="50%">](https://www.youtube.com/watch?v=Q55kWB3C-Ec&t=0s) |
45 | | - |
46 | | -Folder Template: */resources/template-builders/* |
47 | | - |
48 | | -```html |
49 | | -<!-- |
50 | | - template name:name demo |
51 | | - template type:pro |
52 | | - topic: boostrap 5,hello |
53 | | - category: common |
54 | | - anthor: nguyen van hau |
55 | | - |
56 | | - thumbnail: |
57 | | - description: |
58 | | ---> |
59 | | -<div class="px-4 py-5 my-5 text-center"> |
60 | | - <img class="d-block mx-auto mb-4" src="https://getbootstrap.com/docs/5.3/assets/brand/bootstrap-logo.svg" alt="" width="72" |
61 | | - height="57"> |
62 | | - <h1 class="display-5 fw-bold">Centered hero</h1> |
63 | | - <div class="col-lg-6 mx-auto"> |
64 | | - <p class="lead mb-4">Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most |
65 | | - popular front-end open source toolkit, featuring Sass variables and mixins, responsive grid system, |
66 | | - extensive prebuilt components, and powerful JavaScript plugins.</p> |
67 | | - <div class="d-grid gap-2 d-sm-flex justify-content-sm-center"> |
68 | | - <button type="button" class="btn btn-primary btn-lg px-4 gap-3">Primary button</button> |
69 | | - <button type="button" class="btn btn-outline-secondary btn-lg px-4">Secondary</button> |
70 | | - </div> |
71 | | - </div> |
72 | | -</div> |
73 | | -``` |
74 | | -## Feature(New): |
75 | | - |
76 | | -- Modules |
77 | | -- Themes |
78 | | -- Plugins |
79 | | -- Actions |
80 | | -- ShortCodes |
81 | | -- CURD Base |
82 | | -- Auth(User,Role,Permission) |
83 | | -- Setting |
84 | | - |
85 | | -## Technology used: |
86 | | - |
87 | | -- Laravel 10x |
88 | | -- Livewire 3x |
89 | | -- unisharp/laravel-filemanager 2.6 |
90 | | -- staudenmeir/eloquent-eager-limit 1.8.3 |
91 | | -- Boostrap 5x |
92 | | -- Tabler and Tabler-icon |
93 | | - |
94 | | -## Requirements |
95 | | - |
96 | | -PHP 8.2+ |
97 | | - |
98 | | -## Installation |
99 | | - |
100 | | -You can install package via composer |
101 | | - |
102 | | -```bash |
103 | | -$ composer install |
104 | | -$ php artisan migrate |
105 | | -$ php artisan so:install |
106 | | -$ php artisan vendor:publish --tag=lfm_config |
107 | | -$ php artisan vendor:publish --tag=lfm_public |
108 | | - |
109 | | -``` |
110 | | - |
111 | | -**_Note_**: If the interface is experiencing an error, please delete the 'platform' folder within the 'public' folder and refresh the website page. The error should be resolved automatically. |
112 | | - |
113 | | -```bash |
114 | | - |
115 | | -password: AdMin@123 |
116 | | - |
117 | | -``` |
118 | | - |
119 | | -## Usage |
120 | | - |
121 | | -Make module: |
122 | | - |
123 | | -```bash |
124 | | -$ php artisan mb:module Demo3 -a true -f true |
125 | | -``` |
126 | | - |
127 | | -Make plugin: |
128 | | - |
129 | | -```bash |
130 | | -$ php artisan mb:plugin Demo3 -a true -f true |
131 | | -``` |
132 | | - |
133 | | -Make theme: |
134 | | - |
135 | | -```bash |
136 | | -$ php artisan mb:theme Demo3 -a true -t theme -f true |
137 | | -``` |
138 | | - |
139 | | -## Screens |
140 | | - |
141 | | -<p align="center"><img src="./images/Screenshot1.png"></p> |
142 | | -<p align="center"><img src="./images/Screenshot2.png"></p> |
143 | | -<p align="center"><img src="./images/Screenshot3.png"></p> |
144 | | -<p align="center"><img src="./images/Screenshot4.png"></p> |
145 | | -<p align="center"><img src="./images/Screenshot5.png"></p> |
146 | | -<p align="center"><img src="./images/Screenshot6.png"></p> |
147 | | -<p align="center"><img src="./images/Screenshot7.png"></p> |
148 | | -<p align="center"><img src="./images/Screenshot8.png"></p> |
149 | | -<p align="center"><img src="./images/Screenshot9.png"></p> |
150 | | -<p align="center"><img src="./images/Screenshot10.png"></p> |
151 | | -<p align="center"><img src="./images/Screenshot11.png"></p> |
152 | | -<p align="center"><img src="./images/Screenshot12.png"></p> |
153 | | -<p align="center"><img src="./images/Screenshot13.png"></p> |
154 | | -<p align="center"><img src="./images/Screenshot14.png"></p> |
155 | | -<p align="center"><img src="./images/Screenshot15.png"></p> |
156 | | -<p align="center"><img src="./images/Screenshot16.png"></p> |
157 | | -## Contributing |
158 | | - |
159 | | -Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. |
160 | | - |
161 | | -https://github.com/sokeio/sokeio/discussions |
162 | | - |
163 | | -Please make sure to update tests as appropriate. |
164 | | - |
165 | | -## Product list: |
166 | | - |
167 | | -[Free Online Tutorials](https://tutorialaz.com/) |
168 | | - |
169 | | -site: https://bytechasia.com/ |
170 | | - |
171 | | - |
| 14 | +**Youtube**: https://www.youtube.com/@DevHau |
172 | 15 |
|
173 | 16 | ## License |
174 | 17 |
|
|
0 commit comments