Download the PHP package al-rimi/submit without Composer

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

Submit Package

A simple and customizable system for managing submissions. Designed for Laravel applications, it offers essential tools to streamline submission processes with minimal setup.

Installation

Step 1: Install the Package

Step 2: Run the Installation Command

This command performs the following tasks: 1. Publishes assets, views, and configuration files. 2. Installs necessary Node.js dependencies. 3. Updates the `vite.config.js` file with Submit assets (`submit.css` and `submit.js`). 4. Builds assets using `npm run build`. 5. Runs database migrations. 6. Seeds the database with example data.

Features

Customization

Environment Variables

To enable submission notifications and set a deadline, add the following variables to your .env file:

Routes

The package publishes its routes to routes/submit.php. You can customize these routes to:

Views

All customizable views are published to your project for easy modification:

CSS and JavaScript

dependency-free assets for styling and interactivity in vanilla CSS and JavaScript:

Database

The package provides database migrations and a sample seeder to kickstart your setup:

Troubleshooting

Vite Configuration The package automatically adds `resources/css/submit.css` and `resources/js/submit.js` to `vite.config.js`. If this step fails, manually update your `vite.config.js` file: export default defineConfig({ input: [ 'resources/css/app.css', 'resources/js/app.js', 'resources/css/submit.css', 'resources/js/submit.js' ], // other Vite configuration });
Build Issues If you encounter build issues, ensure Node.js and npm are properly installed. Then rerun: npm install npm run build

Uninstallation

Step 1: Remove all traces of the Submit package:

Step 2: remove the package:

Requirements

Have questions or facing issues? Check out the issues page.

License

This package is open-source and is licensed under the MIT License.


All versions of submit with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
laravel/framework Version ^10.0 || ^11.0
illuminate/bus Version ^10.0 || ^11.0
illuminate/contracts Version ^10.0 || ^11.0
illuminate/mail Version ^10.0 || ^11.0
illuminate/queue Version ^10.0 || ^11.0
illuminate/support Version ^10.0 || ^11.0
illuminate/http Version ^10.0 || ^11.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 al-rimi/submit contains the following files

Loading the files please wait ....