Skip to content

alejosv/app-basic

 
 

Repository files navigation

Web Application Basic

Unstable Version Build Status Build Status Code Quality Code Intelligence Status Maintainability StyleCI


App Web Application Basic of Yii Version 3.0 Yii Framework application best for rapidly creating projects with Bootstrap 4.


app-basic


DIRECTORY STRUCTURE:

config/             contains application configurations
docs/               contains documentation application basic
src/
  Assets/           contains assets definition
  Controllers/      contains controller class
  Forms/            contains models forms class  
  Messages/         contains messages translate application 
  Views/            contains views files for web application
tests/              contains tests codeception for the web application
vendor/             contains dependent 3rd-party packages

FEATURES:

The App Web Application contains:

It includes all commonly used configurations that would allow you to focus on adding new features to your application.

REQUIREMENTS:

  • The minimum requirement by this project template that your Web server supports:

INSTALLATION:

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

CONFIGURATION:

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.

GENERATE MESSAGES TRANSLATION:

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

RUN TESTS CODECEPTION:

$ cd vendor/terabytesoft/app-basic
$ composer update --prefer-dist -vvv
$ php -S 127.0.0.1:8080 -t tests/public > /dev/null 2>&1&
$ vendor/bin/codecept run

WEB SERVER SUPPORT:

  • Apache.
  • Nginx.
  • OpenLiteSpeed.

DOCUMENTATION STYLE GUIDE:

Style CI Documentation PSR2.

LICENCE:

License YiiFramework Total Downloads

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%