sokeio / website-builder

Laravel page builder

Home Page:https://hau.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello,

Currently, it doesn't work: laravel-grapesjs-builder-community.

I'm refactoring the code.

Please wait some more time.

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://pagebuilder.asia/

Login: https://pagebuilder.asia/admin/auth/login

Video Tutorial:

Template Block for builder

Folder Template: /resources/template-builders/

<!--
    template name:name demo
    template type:pro
    topic: boostrap 5,hello
    category: common
    anthor: nguyen van hau
    email:nguyenvanhaudev@gmail.com
    thumbnail:
    description:
-->
<div class="px-4 py-5 my-5 text-center">
    <img class="d-block mx-auto mb-4" src="https://getbootstrap.com/docs/5.3/assets/brand/bootstrap-logo.svg" alt="" width="72"
        height="57">
    <h1 class="display-5 fw-bold">Centered hero</h1>
    <div class="col-lg-6 mx-auto">
        <p class="lead mb-4">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.</p>
        <div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
            <button type="button" class="btn btn-primary btn-lg px-4 gap-3">Primary button</button>
            <button type="button" class="btn btn-outline-secondary btn-lg px-4">Secondary</button>
        </div>
    </div>
</div>

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

$ composer install
$ php artisan migrate
$ php artisan b:setup
$ 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.

account: admin@hau.xyz
password: AdMin@123

Usage

Make module:

$ php artisan mb:module Demo3 -a true -f true

Make plugin:

$ php artisan mb:plugin Demo3 -a true -f true

Make theme:

$ 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

site: https://bytechasia.com/

email contact: nguyenvanhaudev@gmail.com

License

MIT

About

Laravel page builder

https://hau.xyz


Languages

Language:PHP 72.9%Language:Blade 26.9%Language:JavaScript 0.3%