Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

[email protected]

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

















## Contributing

Pull 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)