Travis CI | Scrutinizer CI | CodeClimate | Style CI |
---|---|---|---|
App Web Application Basic of Yii Version 3.0 Yii Framework application best for rapidly creating projects with Bootstrap 4.
config/ contains application configurations
docs/ contains documentation app-basic
src/
Assets/ contains assets definition
Controllers/ contains Web controller classes
Forms/ contains models forms classes
Messages/ contains messages translate application
Views/ contains view files for the Web application
tests/ contains various tests for the basic application
vendor/ contains dependent 3rd-party packages
The App Web Application contains:
It includes all commonly used configurations that would allow you to focus on adding new features to your application.
The minimum requirement by this project template that your Web server supports PHP 7.2.
If you do not have Composer, you may install it by following the instructions at getcomposer.org.
You can then install this project template using the following command:
composer create-project --prefer-dist --stability=dev terabytesoft/app-template-basic myapp
Now you should be able to access the application through the following URL, assuming `public` is the directory directly under the Web root.
App Web Application Basic (terabytesoft/app-basic) is installed automatically together with the Web Project Skeleton Application Basic (terabytesoft/app-template-basic), both try the necessary packages to start your Web Application Basic in Yii3.
Virtual Host:
http://localhost/
Server Yii:
Directory - / [app-template-basic]
./vendor/bin/yii serve
NOTE:
All the configuration is customizable through parameters, there is no need to modify any configuration of Yii 3.0 Web Application Basic, if you need any extra configuration you can open an issue with pleasure we will add it.
Very important when changing any configuration run composer du
, to apply it.
To generate the Yii 3.0 Web Application Basic translations, you can change the language settings in:
config/messages.php - [app-template-basic]:
'languages' => ['en'],
Automatically the generator will create the folder of your language in /messages - [app-template-basic], If any translation is needed, you can open an issue to add it.
root directory - [app-template-basic]:
./vendor/bin/yii message config/messages.php
- Apache.
- Nginx.
- OpenLiteSpeed.