You'll have to ask WebPlus X7.
Conceivably, you could use the code in a view or layout, but it will require editing.
Keep in mind Laravel is a tool for developers (people who write code). WebPlus X7 is a tool for "end users" who want a website but without code. They don't seem very compatible. And Laravel isn't something to just drag and drop into a project to add functionality, if that's what you're hoping.
The thing is that I am back-end developer and my client wants a fancy website (professional looking). I've wondered how I can combine this graphical software for development and laravel. In my case what you would do? Thanks
I would look at what I got. Then try to understand what is in front of me.
But seriously, do this:
Right click: Save website to disk.
Open the source html. Extract all and create blade views.
Setup up routing, do some coding.
And that's it.
Sign in to participate in this thread!