LaravelPackages.net
Acme Inc.
Toggle sidebar
mariojgt/onix

A laravel page buidler out of the box

1.219
41
3.0.1
About mariojgt/onix

mariojgt/onix is a Laravel package for a laravel page buidler out of the box. It currently has 41 GitHub stars and 1.219 downloads on Packagist (latest version 3.0.1). Install it with composer require mariojgt/onix. Discover more Laravel packages by mariojgt or browse all Laravel packages to compare alternatives.

Last updated

License

onix

A page builder for laravel, this package use https://grapesjs.com/ to build the pages and https://ckeditor.com/ to create like a blog post for example, all the js and css is already compiled using npm buy will still can import the files to you project and update you self, the grape page builder there is a ONIX plugins with some simple boostrap pages and a example that how you can load and save you data using the api request.

How to Install

1: composer require mariojgt/onix

2: php artisan vendor:publish

3: acess onix/grape you should have the page example

Note

Note that on vendor publish this package will move the npm file across make sure to backup your project files first, you can disable this action in the OnixProvider under the publish.

Comments