Download the PHP package samluvanda/uploadx-laravel without Composer

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

UploadX Laravel

uploadx-laravel is the official Laravel backend integration for UploadX, a modern HTML5-powered JavaScript file uploader library.

It handles chunked file uploads, validation, temporary storage, and final file assembly in a clean, Laravel-native way.


📦 Installation

Then publish the config file into your Laravel app:

This will copy config/uploadx.php into your application where you can freely modify the available upload profiles.


⚙️ Configuration

After publishing, the config file will be found at:

The configuration file defines upload profiles, which allow you to configure behavior for different types of uploads (e.g. avatars, documents, large videos).

🧩 Example Profile


➕ Adding Your Own Profile

To define a new upload profile, add a new key under profiles in the config file. For example:

You can now use this profile by specifying it via the request header UploadX-Profile: avatars.


🧠 Headers Required for Uploads

1. UploadX-Profile

If the header is missing, the default profile (default) will be used.


2. UploadX-File-Field

If you're sending the file under a different field name in JavaScript, this tells Laravel where to find it in $request->file().


3. X-CSRF-TOKEN


🛣️ Sample Route

In your routes/web.php or routes/api.php, define the upload endpoint like so:


🧪 Usage Example with UploadX JS


🙌 Contributing

We welcome PRs, issues, and enhancements. Please read CONTRIBUTING.md for details.


📄 License

MIT © 2025 Samson Luvanda


All versions of uploadx-laravel with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
laravel/framework Version ^11.0 || ^12.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 samluvanda/uploadx-laravel contains the following files

Loading the files please wait ....