Download the PHP package khodakhah/nodcms without Composer

On this page you can find all versions of the php package khodakhah/nodcms. 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 nodcms

NodCMS

NodCMS is a free, Multilingual, simple and powerful CMS based on CodeIgniter4.

More information can be found at nodcms.com.

This repository holds a source, composer dependencies, and latest released versions of the NodCMS.

Demo

demo.nodcms.com

Username: demo, Password: demo

Download

git clone

Run

Composer

Create a new NodCMS project

This installation technique would suit a developer who wishes to start a new NodCMS based project.

Adding NodCMS to an Existing Project

Copy the public, writable, and all folders with the prefix nodcms- from vendor/khodakhah/nodcms to your project root

Traditionally

You can download the latest released version as a ZIP file from nodcms-bundle.

Download ZIP File

Server requirement

Please check this link https://codeigniter.com/user_guide/intro/requirements.html

Installation

Local and development

Now you should be able to open the localhost:8080 in browser.

Docker

Install docker compose required!

Then open the http://localhost:8000 in the browser.

Database parameters for docker:

  • HOST: nodcmsdb
  • PASSWORD: nodcms
  • DATABASE: nodcms
  • USER: nodcms
  • PASSWORD: nodcms

Database setup

NodCMS database structure will be automatically generated form Models.

To build database there is two options.

For both way you need to create your table(an empty table) manually.

1. User Interface

NodCMS database structure can be created automatically from models throw a wizard CMS installation.

You need only open the project with a browser and follow the installation steps. Learn more


2. Command Interface

To setup database and create tables via CLI, you need to run the following commands:

Important

If you already have some tables in your given database, the command database:build will not overwrite the existed tables.

To overwrite exists tables you need to add -overwrite option on command.

php spark settings:admin [firstname] [lastname] [email] [password] can be used anytime in the future. It will overwrite the admin user if it exists. Just in the case that you lose your password, and you want to reset it.

Bugs Reports

If you find an issue, let me know here!


All versions of nodcms with dependencies

PHP Build Version
Package Version
Requires codeigniter4/framework Version ^4.2
codeigniter4/translations Version ^4.2
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 khodakhah/nodcms contains the following files

Loading the files please wait ....