Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sokeio/website-builder
Laravel page builder
https://github.com/sokeio/website-builder
bootstrap4 grapesjs grapesjs-builder laravel laravel-builder template website-builder
Last synced: 5 days ago
JSON representation
Laravel page builder
- Host: GitHub
- URL: https://github.com/sokeio/website-builder
- Owner: sokeio
- Created: 2023-09-28T09:22:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-09T17:05:58.000Z (4 months ago)
- Last Synced: 2024-07-10T20:48:33.742Z (4 months ago)
- Topics: bootstrap4, grapesjs, grapesjs-builder, laravel, laravel-builder, template, website-builder
- Language: PHP
- Homepage: https://hau.xyz
- Size: 2.32 MB
- Stars: 23
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
Hello,
Currently, it doesn't work: laravel-grapesjs-builder-community.
I'm refactoring the code.
Please wait some more time.
email contact: [email protected]
join facebook Sokeio Community: https://www.facebook.com/groups/sokeio
# laravel page builder community
Touch Star Follow package:
https://github.com/sokeio/framework
https://github.com/sokeio/admin
https://github.com/sokeio/laravel
Demo: https://studio.sokeio.com/Login: https://studio.sokeio.com/admin/auth/login
demo@123456
Video Tutorial:
[](https://www.youtube.com/watch?v=fVEFetzyhTM&t=8s)
# Template Block for builder
[](https://www.youtube.com/watch?v=Q55kWB3C-Ec&t=0s)
Folder Template: */resources/template-builders/*
```html
Centered hero
Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most
popular front-end open source toolkit, featuring Sass variables and mixins, responsive grid system,
extensive prebuilt components, and powerful JavaScript plugins.
Primary button
Secondary
```
## Feature(New):- Modules
- Themes
- Plugins
- Actions
- ShortCodes
- CURD Base
- Auth(User,Role,Permission)
- Setting## Technology used:
- Laravel 10x
- Livewire 3x
- unisharp/laravel-filemanager 2.6
- staudenmeir/eloquent-eager-limit 1.8.3
- Boostrap 5x
- Tabler and Tabler-icon## Requirements
PHP 8.2+
## Installation
You can install package via composer
```bash
$ composer install
$ php artisan migrate
$ php artisan so:install
$ php artisan vendor:publish --tag=lfm_config
$ php artisan vendor:publish --tag=lfm_public```
**_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.
```bash
account: [email protected]
password: AdMin@123```
## Usage
Make module:
```bash
$ php artisan mb:module Demo3 -a true -f true
```Make plugin:
```bash
$ php artisan mb:plugin Demo3 -a true -f true
```Make theme:
```bash
$ php artisan mb:theme Demo3 -a true -t theme -f true
```## Screens
## ContributingPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
https://github.com/sokeio/sokeio/discussions
Please make sure to update tests as appropriate.
## Product list:
[Free Online Tutorials](https://tutorialaz.com/)
site: https://bytechasia.com/
email contact: [email protected]
## License
[MIT](./LICENSE)