{"id":22669052,"url":"https://github.com/mariojgt/onix-pro","last_synced_at":"2025-06-13T21:34:27.923Z","repository":{"id":48249009,"uuid":"296454235","full_name":"mariojgt/onix-pro","owner":"mariojgt","description":"A page builder for laravel that works in a very simple and easy way, by default onix uses tailwind css, but can be easy change to your custom css.","archived":false,"fork":false,"pushed_at":"2024-10-21T20:52:15.000Z","size":25285,"stargazers_count":39,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-19T21:02:31.705Z","etag":null,"topics":["bootstrap","css","grape","grapejs","grapesjs","jsgrape","laravel","laravel-grapejs","laravel-page-builder","onix","page-builder","pagebuilder","pagebuilder-laravel","tailwind","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"Blade","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mariojgt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-09-17T22:19:12.000Z","updated_at":"2025-04-16T12:42:46.000Z","dependencies_parsed_at":"2024-02-26T00:27:57.394Z","dependency_job_id":"d048eff1-f117-45a0-a249-1c6ab62917b9","html_url":"https://github.com/mariojgt/onix-pro","commit_stats":{"total_commits":49,"total_committers":3,"mean_commits":"16.333333333333332","dds":"0.24489795918367352","last_synced_commit":"21880f7fbb4e81ec5c97d45056a38551ff483d0e"},"previous_names":["mariojgt/onix-pro","mariojgt/onix"],"tags_count":50,"template":false,"template_full_name":null,"purl":"pkg:github/mariojgt/onix-pro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariojgt%2Fonix-pro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariojgt%2Fonix-pro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariojgt%2Fonix-pro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariojgt%2Fonix-pro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mariojgt","download_url":"https://codeload.github.com/mariojgt/onix-pro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariojgt%2Fonix-pro/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259723665,"owners_count":22901949,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","css","grape","grapejs","grapesjs","jsgrape","laravel","laravel-grapejs","laravel-page-builder","onix","page-builder","pagebuilder","pagebuilder-laravel","tailwind","tailwindcss"],"created_at":"2024-12-09T15:18:13.844Z","updated_at":"2025-06-13T21:34:27.893Z","avatar_url":"https://github.com/mariojgt.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Onix - Laravel Page Builder\n\nOnix is a powerful page builder that integrates seamlessly with Laravel. It provides a flexible and efficient way to create reusable blocks and manage pages.\n\n## Getting Started\n\nTo get started with Onix, you need to install it via composer:\n\n```sh\ncomposer require mariojgt/onix\n```\n\nAfter installation, run the Onix installation command:\n\n```sh\nphp artisan install:onix\n```\n\nAdd the following line to your `.env` file to avoid unwanted requests to the API:\n\n```sh\nVITE_ONIX_API_KEY=any_value\n```\n\n## Creating Reusable Blocks\n\nTo create a new block, run the following command and follow the instructions:\n\n```sh\nphp artisan onix:block\n```\n\nThis will create a new block class and blade template in the `resources/onix/blocks` folder. The PHP class will be located in the `app/Onix/Blocks` folder.\n\n### Accessing the Page Builder Settings\n\nTo access the page builder, navigate to the path `onix/settings` in your application.\nYou can protect the acess using the config `onix.middleware` by default its web(public)\n\n## Commands\n\nOnix provides several commands to help manage your application:\n\n- Republish: `Mariojgt\\Onix\\Commands\\Republish`\n- Install: `Mariojgt\\Onix\\Commands\\Install`\n- CreateOnixBlock: `Mariojgt\\Onix\\Commands\\CreateOnixBlock`\n\n## Controllers\n\nOnix includes several controllers for handling various aspects of your application:\n\n- OnixApiController: `Mariojgt\\Onix\\Controllers\\OnixApiController`\n- OnixApiDeployController: `Mariojgt\\Onix\\Controllers\\OnixApiDeployController`\n- OnixBlockController: `Mariojgt\\Onix\\Controllers\\OnixBlockController`\n- OnixController: `Mariojgt\\Onix\\Controllers\\OnixController`\n- OnixDeployController: `Mariojgt\\Onix\\Controllers\\OnixDeployController`\n- OnixPageController: `Mariojgt\\Onix\\Controllers\\OnixPageController`\n- OnixSettingsController: `Mariojgt\\Onix\\Controllers\\OnixSettingsController`\n- OnixSitePageController: `Mariojgt\\Onix\\Controllers\\OnixSitePageController`\n\n## Contributing\n\nContributions are welcome!\n\n## License\n\nThis project is licensed under the terms of the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariojgt%2Fonix-pro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmariojgt%2Fonix-pro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariojgt%2Fonix-pro/lists"}