{"id":16760640,"url":"https://github.com/tabuna/my_orchid_platform","last_synced_at":"2026-01-02T17:37:00.333Z","repository":{"id":111008766,"uuid":"218354190","full_name":"tabuna/my_orchid_platform","owner":"tabuna","description":null,"archived":false,"fork":false,"pushed_at":"2018-09-21T00:39:17.000Z","size":42551,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T21:30:24.439Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"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/tabuna.png","metadata":{"files":{"readme":"readme.md","changelog":"CHANGELOG.md","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}},"created_at":"2019-10-29T18:19:14.000Z","updated_at":"2020-08-16T18:23:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"f7edaddc-bcbe-412b-8085-08c92133f043","html_url":"https://github.com/tabuna/my_orchid_platform","commit_stats":null,"previous_names":[],"tags_count":60,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabuna%2Fmy_orchid_platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabuna%2Fmy_orchid_platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabuna%2Fmy_orchid_platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabuna%2Fmy_orchid_platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tabuna","download_url":"https://codeload.github.com/tabuna/my_orchid_platform/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243848319,"owners_count":20357534,"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":[],"created_at":"2024-10-13T04:24:08.507Z","updated_at":"2026-01-02T17:37:00.303Z","avatar_url":"https://github.com/tabuna.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://orchid.software/\"\u003e\u003cimg src=\"https://orchid.software/img/orchid.svg\" alt=\"ORCHID\" width=\"250\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003ePowerful platform for building a business application using the  \u003ca href=\"https://laravel.com\" target=\"_blank\"\u003eLaravel\u003c/a\u003e framework.\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://travis-ci.org/orchidsoftware/platform/\"\u003e\u003cimg src=\"https://travis-ci.org/orchidsoftware/platform.svg?branch=master\"\u003e\u003c/a\u003e\n\u003ca href=\"https://styleci.io/repos/73781385\"\u003e\u003cimg src=\"https://styleci.io/repos/73781385/shield?branch=master\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/orchid/platform\"\u003e\u003cimg src=\"https://poser.pugx.org/orchid/platform/v/stable\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/orchid/platform\"\u003e\u003cimg src=\"https://poser.pugx.org/orchid/platform/downloads\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/orchid/platform\"\u003e\u003cimg src=\"https://poser.pugx.org/orchid/platform/license\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://t.me/orchid_community\"\u003e\u003cimg src=\"https://img.shields.io/badge/chat-telegram-blue.svg\"/\u003e\u003c/a\u003e\n  \n\u003c/p\u003e\n\n## Introduction\n\nPlatform gives you a simpler and faster way to create professional-quality business applications for Laravel framework.  \nUsing application templates, saves the time and effort of building from scratch, without sacrificing the flexibility needed to create custom applications.\n\n## Official Documentation\n\nDocumentation can be found at [ORCHID website](http://orchid.software).\n\n###### Simple screenshot:\n![screenshot](https://user-images.githubusercontent.com/5102591/32980416-22ad653e-cc77-11e7-9fb9-4747b241270f.png)\n\n\n## System requirements\n\nMake sure your server meets the following requirements.\n\n- Apache 2.2+ or nginx\n- MySQL Server 5.7.8+ , Mariadb 10.3.2+ or PostgreSQL\n- PHP Version 7.1.3+\n\n\n## Installation\n\nFirstly, download the Laravel installer using Composer:\n```php\n$ composer require orchid/platform\n```\n\nExtend your user model using the `Orchid\\Core\\Models\\User as BaseUser` alias:\n\n```php\nnamespace App;\n\nuse Orchid\\Platform\\Core\\Models\\User as BaseUser;\n\nclass User extends BaseUser\n{\n\n}\n\n```\n\nPublish ORCHID's vendor files\n\n```php\nphp artisan vendor:publish --provider=\"Orchid\\Platform\\Providers\\FoundationServiceProvider\"\nphp artisan vendor:publish --all\n```\n\nRun your database migration\n```php\nphp artisan migrate\n```\n\nMake available css/js/etc files\n```php\nphp artisan storage:link\nphp artisan orchid:link\n```\n\nCreate your admin user\n```php\nphp artisan make:admin admin admin@admin.com password\n```\n\nRun server\n```php\nphp artisan serve\n```\n\n#### Usage\n\nTo view ORCHID's dashboard go to:\n```php\nhttp://localhost:8000/dashboard\n```\n\n\n\n## Change log\n\nSee [CHANGELOG](CHANGELOG.md).\n\n## Security\n\nIf you discover security related issues, please email  [Alexandr Chernyaev](mailto:bliz48rus@gmail.com) instead of using the issue tracker.\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftabuna%2Fmy_orchid_platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftabuna%2Fmy_orchid_platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftabuna%2Fmy_orchid_platform/lists"}