From 211d8fdebacae4815148f8cbcf14a8535e4a32d8 Mon Sep 17 00:00:00 2001 From: Kristina Odziomkova Date: Thu, 4 Jan 2024 15:23:36 +0100 Subject: [PATCH 1/2] feat(getting started): add more information --- pages/getting-started.mdx | 49 ++++++++++++++++++++++++++++++++++++++- pages/index.mdx | 2 +- 2 files changed, 49 insertions(+), 2 deletions(-) diff --git a/pages/getting-started.mdx b/pages/getting-started.mdx index d8e39c7..b9d7cdc 100644 --- a/pages/getting-started.mdx +++ b/pages/getting-started.mdx @@ -2,6 +2,7 @@ import { Card, Cards } from 'components/card' import { CommandLineIcon, FolderIcon, Cog8ToothIcon, ChevronDoubleRightIcon, BoltIcon } from '@heroicons/react/24/outline' +import Image from 'components/image'; } title="Installation" href="/getting-started/installation"/> @@ -9,4 +10,50 @@ import { CommandLineIcon, FolderIcon, Cog8ToothIcon, ChevronDoubleRightIcon, Bol } title="Config File" href="/getting-started/config-file"/> } title="InertiaJS configuration" href="/getting-started/inertiajs-configuration"/> } title="Vite Configuration" href="/getting-started/vite-configuration"/> - \ No newline at end of file + + +## Requirements +* Laravel 9.21+ +* PHP 8.0+ +* MySQL / PostgreSQL / SQLite / SQL Server + +## Demo +If you want to get the hands-on experience, you can play around in our [demo](https://demo.craftable.pro/). + +Use the following credentials to login: + +- email: `administrator@brackets.sk` +- password: `bracketscraftablepro` + +
+User's listing + +## Browser Support + +Our framework is designed to provide compatibility with the following web browsers: + +- Google Chrome +- Mozilla Firefox +- Apple Safari +- Microsoft Edge +- Opera + +For the best experience and optimal performance, we recommend using the latest versions of these browsers when working with our framework. While efforts are made to maintain compatibility across these browsers, some features may vary or have limited support in older browser versions. + + +## Security + +If you discover any security vulnerabilities or issues, please **DO NOT** report them on GitHub issues or forums to prevent potential exploitation. Instead, we highly encourage responsible disclosure through private communication channels. + +To report a security concern, please reach out to our security team via email at [support@craftable.pro](mailto:support@craftable.pro). We appreciate your cooperation in helping to keep our framework secure for everyone. + +## Maintenance + +We are committed to the continuous improvement and development of our framework. Our team is actively working on enhancing its features, addressing issues, and incorporating user feedback into future updates. + +New versions and updates will be released periodically to ensure compatibility, stability, and security. We encourage users to stay updated with the latest releases to benefit from new features, performance improvements, and bug fixes. + +## License + +Our framework is available under a commercial license. The paid version provides full access to all features, and commercial use rights. +If you are interested in an open-source version, please take a look at our free [Craftable](https://getcraftable.com/) built on Vue2 (for this reason it is incompatible with Craftable Pro). diff --git a/pages/index.mdx b/pages/index.mdx index 586dc73..509ff23 100644 --- a/pages/index.mdx +++ b/pages/index.mdx @@ -14,7 +14,7 @@ It's main feature is the crud generator which allows you to create whole CRUD fo You can read more about it in the following article: [Building Laravel 9+ admin panel with Craftable PRO](https://blog.meetbrackets.com/building-laravel-9-admin-panel-with-craftable-pro-f4d7a60594db). If you have any questions, feel free to contact us on [Github](https://github.com/BRACKETS-by-TRIAD/craftable-pro-docs), [Twitter](https://twitter.com/craftable_pro), or at [support@craftable.pro](malto:support@craftable.pro). -Dive into the documention using the following cards, or choose the topic of your choice from the sidebar. +Dive into the documentation using the following cards, or choose the topic of your choice from the sidebar. } title="Getting Started" href="/getting-started" /> From 7da457cd63880b7756dc348a955c74e3d6432a04 Mon Sep 17 00:00:00 2001 From: Kristina Odziomkova Date: Fri, 5 Jan 2024 08:57:24 +0100 Subject: [PATCH 2/2] add license --- pages/getting-started.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/getting-started.mdx b/pages/getting-started.mdx index b9d7cdc..fff5e00 100644 --- a/pages/getting-started.mdx +++ b/pages/getting-started.mdx @@ -57,3 +57,7 @@ New versions and updates will be released periodically to ensure compatibility, Our framework is available under a commercial license. The paid version provides full access to all features, and commercial use rights. If you are interested in an open-source version, please take a look at our free [Craftable](https://getcraftable.com/) built on Vue2 (for this reason it is incompatible with Craftable Pro). + +Copyright (C) BRACKETS by TRIAD s.r.o pavol.perdik@brackets.sk - All Rights Reserved + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.