terabytesoft/app-basic

Yii 3.0 Web Application Basic

This package's canonical repository appears to be gone and the package has been frozen as a result.

dev-master / 0.0.1.x-dev 2019-06-06 14:41 UTC

This package is auto-updated.

Last update: 2022-01-06 20:40:05 UTC


README

68747470733a2f2f6c68332e676f6f676c6575736572636f6e74656e742e636f6d2f443954467731463664645075686544635f74704e707454647654672d464e4e706a4c53424e3134583653632d334a44694f7866453637724568344f5a6679676f6e7831744b656932623244454f48444c6a46365433786c38652d726b4545505a6547714c545763535f76326342526c796f3076635a4c44484735697653444749574373656e626f6c3d7732343030

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