Download the PHP package silverbackstudio/theme_svbk without Composer

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

_svbk

Hi. I'm a starter theme called _svbk, a superset of the popular _s theme. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.

On top of the standard _s I feature:

My ultra-minimal CSS might make me look like theme tartare but that means less stuff to get in your way when you're designing your awesome theme. Here are some of the other more interesting things you'll find here:

Install

Install Dependencies

I you don't aready have a gulp installed, you should install it via:

Setup

Edit the config.json file and customize all the parameters, primarly the theme_name and theme_handle parameters.

Run gulp setup, this builds all the dist files and customizes all the functions names with your theme prefix.

Development

This theme has many gulp tasks to help development, you can find all of them in the gulpfile.js.

Here some of the most useful ones:

When you have completed your sprint, should bump the theme_version config entry in composer.json, this will be automatically added to all assets URLs to help cache-busting.

Block Editor (Gutenberg) Blocks

This theme comes with many Blocks, you can find them in the blocks folder.

You can compile theme Blocks with:

wp-env

This theme is compatible with the wp-env environment.

You can test or develop for this theme by running:

The website will be available by default at http://localhost.

If you need to run wp-cli commands you can use the npm run wp script helper.

Example:

The .wp-env.json file contains the configuration for the environment, but if you need to customize it just for your current projects need it's better to create a .wp-env.override.json file that isn't committed in the repo.


All versions of theme_svbk with dependencies

PHP Build Version
Package Version
Requires silverback/wp-helpers Version ^5.4.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 silverbackstudio/theme_svbk contains the following files

Loading the files please wait ....