Page Builder side of the CMS (Content Management System) PolarPress released under GNU General Public License v3.0
Go to file
2025-05-06 11:04:24 +02:00
.github/workflows Base framework 2025-05-05 15:02:00 +02:00
app Implemented a way for the developer to define a custom background color for the pages they are building through the config file 'pagebuilder.php' 2025-05-06 11:04:24 +02:00
bootstrap Base framework 2025-05-05 15:02:00 +02:00
config Implemented a way for the developer to define a custom background color for the pages they are building through the config file 'pagebuilder.php' 2025-05-06 11:04:24 +02:00
database Made test coverage for PageBuilder controllers and models 2025-05-06 00:13:06 +02:00
public Updated route list to include privacy policy, terms of use and sales terms to prevent errors with components that render links to those routes 2025-05-05 19:18:20 +02:00
resources Implemented a way for the developer to define a custom background color for the pages they are building through the config file 'pagebuilder.php' 2025-05-06 11:04:24 +02:00
routes Rendered generated pages menu links on the main page, cleaned up some code, and forced light mode for a consistent look 2025-05-05 22:32:28 +02:00
storage Base framework 2025-05-05 15:02:00 +02:00
tests Made test coverage for PageBuilder controllers and models 2025-05-06 00:13:06 +02:00
.editorconfig Base framework 2025-05-05 15:02:00 +02:00
.env.example Base framework 2025-05-05 15:02:00 +02:00
.gitattributes Base framework 2025-05-05 15:02:00 +02:00
.gitignore Initial commit 2025-05-05 14:43:55 +02:00
.prettierignore Base framework 2025-05-05 15:02:00 +02:00
.prettierrc Base framework 2025-05-05 15:02:00 +02:00
artisan Base framework 2025-05-05 15:02:00 +02:00
components.json Base framework 2025-05-05 15:02:00 +02:00
composer.json Fixed composer file, errenous format 2025-05-05 22:51:10 +02:00
composer.lock Base framework 2025-05-05 15:02:00 +02:00
eslint.config.js Base framework 2025-05-05 15:02:00 +02:00
LICENSE Initial commit 2025-05-05 14:43:55 +02:00
package-lock.json Added correct title rendering on root 2025-05-06 10:19:21 +02:00
package.json Implemented vite test to make sure blocks.js maintains it's integrity and validates 2025-05-06 00:43:17 +02:00
phpunit.xml Base framework 2025-05-05 15:02:00 +02:00
README.md Initial commit 2025-05-05 14:43:55 +02:00
tsconfig.json Base framework 2025-05-05 15:02:00 +02:00
vite.config.ts Implemented vite test to make sure blocks.js maintains it's integrity and validates 2025-05-06 00:43:17 +02:00

polarpress-pagebuilder

Page Builder side of the CMS (Content Management System) PolarPress released under GNU