Download the PHP package etailerrs/bs4grayscale without Composer
On this page you can find all versions of the php package etailerrs/bs4grayscale. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package bs4grayscale
Yii 2 Bootstrap 4 Template is a skeleton design best for rapidly creating small projects.
DIRECTORY STRUCTURE
src/ contains module code, Assets and Module class
src/bs_temp/ contains bs4 template code downloaded and unziped
src/controllers/ contains Module controller classes
src/views/ contains Demo view files for the Web application
INSTALLATION
Install via Composer
If you do not have Composer, you may install it by following the instructions at getcomposer.org.
You can then install this Module using the following command:
composer require etailerrs/bs4grayscale
Now you should be able to access the application through the following URL, assuming basic
is the directory
directly under the Web root.
Configure Yii2
In your config/ directory, add new module in web.php:
...
# After gii configuration
$config['bootstrap'][] = 'bs4grayscale';
$config['modules']['bs4grayscale'] = [
'class' => 'etailerrs\bs4grayscale\Module',
];
Test BS4 Grayscale
http://localhost?r=bs4grayscale
or
http://localhost/bs4grayscale
All versions of bs4grayscale with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
~2.0.6
The package etailerrs/bs4grayscale contains the following files
Loading the files please wait ....