Download the PHP package rinvex/cortex without Composer

On this page you can find all versions of the php package rinvex/cortex. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package cortex

Rinvex Cortex

Rinvex Cortex is a solid foundation for enterprise solutions, that provides a flexible and extensible architecture for building multi-lingual, multi-tenant applications with content management, themeable views, application modules and much more.

This project uses Laravel framework, but it has its own modular architecture, that's different from the default vanilla structure. Rinvex Cortex is built of modules, and modules are the core building blocks and at the heart of it. Modules are first citizens and everything within the entire application is built of a module, even it's basic fundamental building block that drives the whole system. Everything here is part of a module! Once installed, you can check the automatically populated structure inside the app directory to get familiar with it.

The project also supports multi-tenant, multi-domain, and multiple access areas, such as: adminarea, frontarea, managerarea, and tenantarea. Each access area is dedicated for a different user type, like: admins, managers, and members. Each type can access only their access areas, and have their own guards and authentication/authorization.

This project is currently under heavy development, and may not have the level of support you're looking for, but for the record it's been used for multiple live enterprise solutions on production. Still, use at your own responsibility, and note that it changes rapidly.

To install Rinvex Cortex, just run the following command on your terminal:

This will create a new project based on Rinvex Cortex, install the default modules, and prepare the project for your development.

Fresh Installation

Before you start working with this project, make sure you're familiar with the modular architecture of our system. The steps is straight forward and should be easy to implement. It's supposed that you're running homestead on vagrant machine, with the default setup, using PHP 7.1+ and MySQL 5.7.8+, or any similar environment like rinvex/punnet. If you follow the steps below, you should get it done in less than 10 minutes regardless of your experience level. Make sure to create a new database for the new project, and ensure you've local domain ready you can use.

Replace the following pseudo variables with your values in the following commands, then execute from terminal (inside the new project directory):

Install the project

Important: You'll need to update your localhost project domains in config app.domains for the project to run smoothly.

The rest of documentation will be ready soon..

Optional

Create public disk symbolic link

To create a new module run the following command

To see all the available command line tools, run the following command:

If you're using any browser streaming features, and would like to disable output buffering, then make sure your PHP & nginx settings are set up correctly, with buffering turned off, so you can stream content to the browser.

nginx config

php config

Notes:


All versions of cortex with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1.0
ext-curl Version *
ext-json Version *
ext-mbstring Version *
ext-openssl Version *
ext-pdo Version *
aws/aws-sdk-php Version ^3.200.0
cortex/auth-tenantable Version ^1.0.0
cortex/categories Version ^7.0.0
cortex/foundation Version ^8.0.0
cortex/oauth-tenantable Version ^1.0.0
cortex/pages-tenantable Version ^1.0.0
cortex/settings-tenantable Version ^1.0.0
cortex/tags Version ^7.0.0
cortex/tenants Version ^8.0.0
doctrine/dbal Version ^3.3.0
guzzlehttp/guzzle Version ^7.4.0
laravel/envoy Version ^2.8.0
laravel/framework Version ^10.0.0 || ^11.0.0
laravel/tinker Version ^2.8.0
league/flysystem-aws-s3-v3 Version ^3.0.0
predis/predis Version ^2.0.0
pusher/pusher-php-server Version ^7.0.0
spatie/laravel-db-snapshots Version ^2.0.0
spatie/laravel-ignition Version ^2.0.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package rinvex/cortex contains the following files

Loading the files please wait ....