Download the PHP package open-admin-ext/page-designer without Composer
On this page you can find all versions of the php package open-admin-ext/page-designer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download open-admin-ext/page-designer
More information about open-admin-ext/page-designer
Files in open-admin-ext/page-designer
Package page-designer
Short Description Page designer for open admin
License MIT
Homepage https://github.com/open-admin-org/page-designer
Informations about the package page-designer
PageDesigner for Open-admin
Freely position items on a page and edit their content.
Screenshot
Installation
1) Terminal
2) Add Routes
Add admin routes in App/Admin/routes.php
Add front-end routes in routes/web.php
3) Check it out
App\Controllers\PageDesignerController.php
Now in the form section you see.
For the front-end:
Go to your-app-url/page/{id} and see how it look you can alter the look by changing resources/views/page_designer.blade.php
Options
Adding new items to the PageDesigner
The PageDesigner automaticly scans the Admin/Controllers
directory to see if there are controller with PageDesignItem
trait.
You can generate an AdminController like you normaly would (Tip: use the helper plugin), then you can add the following code below.
Lets say you like an quote item to add to your PageDesigner after you create the controller. Alter it to look like this:
License
Licensed under The MIT License (MIT).
All versions of page-designer with dependencies
open-admin-ext/ckeditor Version ~1.0
open-admin-org/open-admin Version ~1.0.14