Coder Social home page Coder Social logo

allamo123 / laravel-grapes Goto Github PK

View Code? Open in Web Editor NEW
155.0 155.0 33.0 11.54 MB

Laravel Grapes is a library for laravel framework, that offer cms drag and drop page builder for frontend which support all Laravel functionality and help user to change all frontend and content just in simple clicks.

Home Page: https://github.com/allamo123/laravel-grapes

License: MIT License

PHP 26.97% Blade 2.20% CSS 70.83%
drag-and-drop laravel laravel-cms-frontend-builder laravel-grapejs laravel-grapes-package laravel-package package page-builder php

laravel-grapes's People

Contributors

allamo123 avatar sarthakj02 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

laravel-grapes's Issues

how can i filter template using user wise

i have multiple users so I want to filter the template user-wise. so that no one can access another user template.
how can I find the template user-wise?
please help me.

How to translate?

Hi!
Where are they located and how to translate the file. to change the interface of the constructor to another language? (block name and so on)

View [builder_root] not found

Tried in linux. When i call the front-end-builder url, I get the error message

"View [builder_root] not found"

I think, the directory "Views" in resources path should be lower case. I temporary fixed this on my local installation to lower case, and its working now.

Unable to Authenticate by routes/web.php

Hello
I am using laravel-grapes. I just have a problem when I have install this I have two web.php on is my own and second is laravel-grapes but the problem I am getting I am unable to authenticate
image
the routes of laravel-grapes this is my lg.php but it is not still checking the routes if I add the the autehntication like this
image
it redirect me to login page if I am still login . kindly provide me that solution

Uncaught TypeError: Cannot read properties of undefined (reading 'BlockManager')

i tried to run the code in console but it seems this library removed the default funcitonality of the grapejs library. am i wrong anyway?

window.editor.BlockManager.add('my-block-id', {
// ...
content: {
tagName: 'div',
draggable: false,
attributes: { 'some-attribute': 'some-value' },
components: [
{
tagName: 'span',
content: 'Some static content',
}, {
tagName: 'div',
// use content for static strings, components string will be parsed
// and transformed in Components
components: 'HTML at some point',
}
]
}
})

Frontend routes don't exist

Hi, I have been testing the package (which is great, the simplest and most effective one I've browsed so far), but I can't seem to be able to load the frontend pages. I am able to create the pages, save them to the DB, and everything else, but when I access the desired route it returns 404.

My config file is:

return [
    // routes configurations
    'builder_prefix' => 'builder', // prefix for builder

    'middleware' => null, // middleware for builder

    'frontend_prefix' => '', // prefix for frontend

    /* Define additional translation languages. */
    'languages' => ['pt'],

];

I have created a page with slug build-test:
image

But when I enter the page I get 404 (no routes registered as well):
http://localhost/build-test

Am I missing something here? Should I manually create the controllers? Nothing mentions this in the docs.

View Not Found On Server Site

hello others view file working well but your package view file not loading in server site. it's working on localhost but problem arrived when it's upload on live server
Screenshot_2

costom blocks

hi mohamed,
first i want to thank you for the package it is very well done.
i want to ask you if it is possible to make costom blocks, i am making an ecommerce website and i want to make a functionality where i would add a block for example a products block and select multiple products from a dropdown then it would attach these products to the block and show them in the page .

and thank you again

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.