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.
Download rinvex/cortex
More information about rinvex/cortex
Files in rinvex/cortex
Package cortex
Short Description 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.
License MIT
Homepage https://rinvex.com
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):
YOUR_DATABASE_HOST_HERE
YOUR_DATABASE_NAME_HERE
YOUR_DATABASE_USERNAME_HERE
YOUR_DATABASE_PASSWORD_HERE
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:
- If you changed any
.env
environment variables, or any of their references, make sure to runnpm run dev
to update the public assets, as it reference some of it.
All versions of cortex with dependencies
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