Get support for samdark/yiipowered
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 IssuesTake a look to see if anyone else has experienced the same issue as you and if they managed to solve it.
Open an IssueMake sure to read any relevant guidelines for opening issues on this repo before posting a new issue.
Sponsor directlyCheck out the page and see if there are any options to sponsor this project or it's developers directly.
samdark/yiipowered
YiiPowered
Showcase of Yii powered websites and projects.
DIRECTORY STRUCTURE
assets/ contains assets definition
commands/ contains console commands (controllers)
config/ contains application configurations
controllers/ contains Web controller classes
mail/ contains view files for e-mails
models/ contains model classes
runtime/ contains files generated during runtime
vendor/ contains dependent 3rd-party packages
views/ contains view files for the Web application
web/ contains the entry script and Web resources
REQUIREMENTS
The minimum requirement by this project template that your Web server supports PHP 7.0.
INSTALLATION (Locally)
1. Framework and dependencies
If you do not have Composer, you may install it by following the instructions at getcomposer.org.
You can then install this application template using the following command:
composer install
2. Configs
There are more .php-orig
sample configs in config
directory. Copy these to .php
without -orig
and adjust to your
needs.
3. Database
Create a database. By this moment you should have config/db.php
. Specify your database connection there.
Then apply migrations by running:
yii migrate
4. Permissions
Permissions tree should be already initialized at step 3, so you can
use user/assign
to assign roles to users:
yii user/assign alex admin
Will assign admin role to user with username=alex.
5. You need LESS compiler in order to compile styles. In order to install it:
- Install nodeJS
-
npm install -g less
6. Cron
*/10 * * * * php yii queue/run > /dev/null 2>&1
0 4 * * * php yii image/fetch > /dev/null 2>&1
0 5 * * * php yii check/all > /dev/null 2>&1
INSTALLATION (Docker)
-
docker-compose up
. - Add
yiipowered.test
to your hosts. - There are
.php-orig
sample configs inconfig
directory. Copy these to.php
without-orig
and adjust to your needs. -
docker exec -it yiipowered bash
. -
composer install && php yii migrate
. - Use
user/assign
to assign roles to users.
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.
From the Blog
Interesting Articles
-
Generating income from open source
Jun 23 • 8 min read
-
2023 State of OSS
Apr 23 • 45 min read ★
-
A funding experiment...
Aug 19 • 10 min read
-
But You Said I could
Aug 19 • 2 min read
Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated
p-e622a1a2