Download the PHP
package benmanu/recipe-mix without Composer
On this page you can find all versions of the php package
benmanu/recipe-mix. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
Vendor benmanu Package recipe-mix Short Description SilverStripe recipe for Laravel Mix License
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 recipe-mix
SilverStripe Mix Recipe
Recipe to add Laravel Mix build chain dependencies to a SilverStripe project. This includes:
Provides chunk loading of Vue components for optimised component loading (only loads a component when used), aswell as some polyfills etc.
Installation
Install the recipe with the following composer call
composer require-recipe benmanu/recipe-mix
Once the files have been added you can build the theme files using either, Yarn:
yarn install
yarn run dev
yarn run production
or NPM:
npm install
npm run dev
npm run production
By default a themes/mix/ folder is included as a starter theme. You can either set this to be the project theme, and add your template files. Alternatively you can change the theme source by editing the themeDir variable defined in the webpack.mix.js file.
The themes/mix/src/ directory contains all of the dev application files.
The themes/mix/dist/ directory contains the compiled files.
When loading the compiled files into your template the manifest.js file must be the first one included.
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 benmanu/recipe-mix contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.