Download the PHP package codelone/codec-web-installer without Composer

On this page you can find all versions of the php package codelone/codec-web-installer. 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 codec-web-installer

Laravel Installer Package

A WordPress-like installer package for Laravel applications that provides a smooth, multi-step installation processES.

Features

Installation

Install the package via Composer:

The package will auto-register the service provider in Laravel 5.5+.

Configuration

Publish the configuration file:

Update your .env file with the API endpoint and product ID:

Usage

1. Access the Installer

Visit /installer in your browser to start the installation process.

2. Installation Steps

  1. Welcome Page: Introduction and overview
  2. System Requirements: Check PHP version, extensions, and permissions
  3. License Verification: Enter license key and email for validation
  4. Database Setup: Configure database connection and import data
  5. Completion: Installation summary and next steps

3. API Endpoint

Your server should provide this API endpoint:

License Verification Endpoint

Note: The product_data field contains the SQL content that will be imported into the database during installation.

Configuration Options

System Requirements

Customize requirements in config/installer.php:

Customization

Publish views for customization:

Security

License Lock

After successful installation, a lock file is created at storage/installer.lock. To reinstall:

  1. Delete the lock file
  2. Clear browser cache
  3. Visit /installer again

Requirements

Contributing

Please see CONTRIBUTING.md for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.


All versions of codec-web-installer with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
laravel/framework Version ^10.0|^11.0|^12.0
guzzlehttp/guzzle Version ^7.0
nesbot/carbon Version ^2.0|^3.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 codelone/codec-web-installer contains the following files

Loading the files please wait ....