Get support for cebe/yii-base-application

If you're new to LTH, please see our FAQ for more information on what it is we do.

Support Options

Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:

View Open Issues

Take a look to see if anyone else has experienced the same issue as you and if they managed to solve it.

Open an Issue

Make sure to read any relevant guidelines for opening issues on this repo before posting a new issue.

Sponsor directly

Check out the page and see if there are any options to sponsor this project or it's developers directly.

cebe/yii-base-application

Base Applicaton for Yii-Applications Project status

This is a base application to start a new project on.

I started developing just now, so it's not yet ready to use.

It aims to be a bit more prepared than the application created by yiic webapp.

Installation

  • fork/clone this repository.
  • Download latest yii-framework and extract it somewhere on your disk.
  • create a symlink yii in the the root directory of this application that points to your extracted yii-folder. The framework will be accessed through ./yii/framework/ ln -s <path-to-yii>/ yii
  • create a application runtime directory that is writeable for the webserver mkdir application/runtime chmod go+rwx application/runtime <- this is only quick and dirty, on a production system you should find a user/group-based access control, not a world-writeable directory
  • ...
  • done.
Our Mission

We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.

Interesting Articles

Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated

p-e622a1a2