hybrid-core
Official repository for the Hybrid Core WordPress development framework.
File Explorer
Download Latest Version (.zip)- Bind.php
- Cache.php
- Config.php
- Context.php
- Give.php
- Log.php
- Scoped.php
- Singleton.php
- Storage.php
- Tag.php
- BoundMethod.php
- Container.php
- ContextualBindingBuilder.php
- EntryNotFoundException.php
- RewindableGenerator.php
- BindingResolutionException.php
- CircularDependencyException.php
- Container.php
- ContextualAttribute.php
- ContextualBindingBuilder.php
- SelfBuilding.php
- Application.php
- CachesConfiguration.php
- DeferrableProvider.php
- BootProviders.php
- GenerateStorageStructures.php
- HandleExceptions.php
- LoadConfiguration.php
- LoadEnvironmentVariables.php
- RegisterFacades.php
- RegisterProviders.php
- ApplicationBuilder.php
- Exceptions.php
- App.php
- Facade.php
- AggregateServiceProvider.php
- CoreServiceProvider.php
- AliasLoader.php
- Application.php
- DefaultProviders.php
- EnvironmentDetector.php
- Mix.php
- MixFileNotFoundException.php
- MixManifestNotFoundException.php
- PackageManifest.php
- ProviderRepository.php
- ServiceProvider.php
- functions-helpers.php
- Util.php
- .editorconfig
- .gitattributes
- .gitignore
- CHANGELOG.md
- composer.json
- CONTRIBUTING.md
- LICENSE.md
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/themehybrid/hybrid-core
Downloads the entire project code from GitHub to your computer.
cd hybrid-core
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer require themehybrid/hybrid-core
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)
