Download the PHP package peterfox/hexavel-spark without Composer

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

Hexavel Spark

Hexavel Spark is a simple compatibility library designed to work with Laravel Spark and the Hexavel version of Laravel. This library still requires you to buy a license for Spark and is useless with out one.

Support

This package is purely supported by myself Peter Fox and using it could throw up issues which isn't covered by Spark itself due to the nature of using a different folder structure to Laravel as well as an off shoots of Laravel Elixir made for Hexavel.

Hexavel has never been meant for beginner users and you shouldn't use Hexavel unless you're sure of what you're doing.

Install

First create a Hexavel project per the instructions and then download a copy of Spark and paste it into the directory of the project. You can then modify composer.json with

Then run:

Then add the Hexavel Spark provider to the e.g.

If you then run you should see the new spark commands added, they should also say (Hexavel Modified) in the description.

You should then simply be able to run or and have the stubs for Spark installed in the correction positions for Hexavel.

Afterwards you just need to add the newly installed SparkServiceProvider.

Then the final step to a fully working Spark/Hexavel Project is to run and then to build all the javascript and less assets as well as to install the database tables.

Update

To upgrade you should first run to check for a new version of Hexavel Spark you can then update Spark the same way for Hexavel as Laravel via . The main difference with Hexavel is you will be warned if we're yet to check the compatibility of the library with Spark. For the most part it shouldn't be an issue but this can't always be guaranteed.


All versions of hexavel-spark with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5.9
laravel/spark Version *@dev
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 peterfox/hexavel-spark contains the following files

Loading the files please wait ....