Download the PHP package kaleidoscope/factotum without Composer

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

Factotum 5

Factotum is a Laravel-based open source CMS, that follow a simple rule: We love KISSing the DRY PIE.

Laravel Setup

  1. Install a fresh Laravel application and configure your .env file with the database keys.

  2. Set your web server document root to the public folder

Attention!! Be sure that the bootstrap/cache folder and the storage folder are writable by the web server

  1. Set the Laravel Application Key

Factotum Setup

  1. Install factotum wia composer:

  2. And add these services providers in config/app.php:

Then register Facade class aliases:

  1. Launch the install:

ENJOY FACTOTUM

You can find the full documentation here: Factotum documentation .

Changing Version from Factotum 1.3 to Factotum 4

  1. Change the version in the composer.json from 1.3 to 4.0.0

  2. Run these commands:

  3. In vendor/kaleidoscope/factotum/FactotumServiceProvider.php comment out these lines:

then run

  1. Rename "content_categories" table to "category_content".

  2. Remove "manage_categories" from the "roles" table

Content Migration from Factotum 1.3 to Factotum 4

  1. Make a backup copy of your current database

  2. Create a new database where the new Factotum will be migrated

  3. Configure the .env variables for the new database:

  4. Configure the .env variables for the previous database:

  5. To migrate existing content types and content fields, run:

  6. To migrate existing media run:

  7. To migrate existing contents, run:

Contributing

Thank you for considering contributing to Factotum!

Security Vulnerabilities

If you discover a security vulnerability within Factotum, please send an e-mail to Filippo Matteo Riggio at [email protected]. All security vulnerabilities will be promptly addressed.

License

The Factotum CMS is open-sourced software licensed under the MIT license.


All versions of factotum with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3|^8.0
ext-curl Version *
ext-json Version *
doctrine/dbal Version ~2.3
intervention/image Version ^2.4.2
barryvdh/laravel-debugbar Version ^3.1.5
laravel/framework Version 8.*
laravel/ui Version ^2.1
spatie/laravel-sitemap Version ^5.7
stripe/stripe-php Version ^7.37
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 kaleidoscope/factotum contains the following files

Loading the files please wait ....