bitrix-models
No description available.
File Explorer
Download Latest Version (.zip)- D7Adapter.php
- debug_info.php
- IlluminateQueryDebugger.php
- ExceptionFromBitrix.php
- DeactivationTrait.php
- HidesAttributes.php
- ModelEventsTrait.php
- ArrayableModel.php
- BaseBitrixModel.php
- BitrixModel.php
- D7Model.php
- ElementModel.php
- EloquentModel.php
- SectionModel.php
- UserModel.php
- BaseQuery.php
- BaseRelationQuery.php
- D7Query.php
- ElementQuery.php
- OldCoreQuery.php
- SectionQuery.php
- UserQuery.php
- Helpers.php
- ServiceProvider.php
- BxUserWithAuth.php
- BxUserWithoutAuth.php
- TestD7Element.php
- TestD7Element2.php
- TestD7ElementClass.php
- TestD7ElementClass2.php
- TestD7ResultObject.php
- TestElement.php
- TestElement2.php
- TestSection.php
- TestUser.php
- D7ModelTest.php
- D7QueryTest.php
- ElementModelTest.php
- ElementQueryTest.php
- RelationTest.php
- SectionModelTest.php
- SectionQueryTest.php
- TestCase.php
- UserModelTest.php
- UserQueryTest.php
- .gitignore
- .scrutinizer.yml
- .travis.yml
- composer.json
- LICENSE
- phpunit.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/arrilot/bitrix-models
Downloads the entire project code from GitHub to your computer.
cd bitrix-models
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
Первым делом нужно поставить еще одну зависимость - `composer require illuminate/database`
Type this command into your terminal and run it.
Чтобы последний пункт работал требуется установить дополнительную зависимость - `composer require illuminate/events`.
Type this command into your terminal and run it.
`composer require illuminate/events`
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
