Download the PHP package pixney/avviare-extension without Composer

On this page you can find all versions of the php package pixney/avviare-extension. 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 avviare-extension

About

Tailwind and Bootstrap theme setup generator for Pyrocms.

I have written this extension simply to help myself get started more quickly and in a way i prefer to have things setup myself.

If you like it you are free to use it.

How to use it

Install pyro cms

For more information, see PyroCMS documentation

Install Avviare

Add the pixney repository to your composer.

Require it:

Create a theme

Run the following command to generate the theme.

Example: pixney.theme.mytheme

SVG Spitemaps (svg-spritemap-webpack-plugin)

If you use svgs, it's a recommended to create a svg sprite. After you have run npm install you simply place your svgs in resources/svgs and when you run npm run watch/production this plugin will create the svg sprite map for you.

Using an svg within twig files

Include the spritemap in your view:

To display the svg :

Use Browsersync

Within the webpack.mix.js file, set the proxy and files to watch for:

If you don't want to use svg sprite plugin or browsersync, simply comment out or remove the reference within webpack.mix.js

Styling

Simple styling, just remove it and make your own..

Image is showing the theme styling

After install

Run npm install from the root directory (basepath) to install all the dependencies specified in your package.json file.

At the end run npm run watch to transpile/compile everything.

Make sure you are using the theme.

Either to to display->settings within the admin to activate your theme or in your .env file specify: STANDARD_THEME=mycompany.theme.themename

Change the Open Graph and Favicon images

Within your theme directory, you want to change the images placed within resources/images. You can change it's location as well, but if you do make sure you update metadata.twig.


All versions of avviare-extension with dependencies

PHP Build Version
Package Version
Requires anomaly/streams-platform Version ^1.7
laravel/framework Version 5.8.*
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 pixney/avviare-extension contains the following files

Loading the files please wait ....