PHPackages                             wllionel/framework - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. wllionel/framework

ActiveLibrary[Framework](/categories/framework)

wllionel/framework
==================

The Laraish Framework for WordPress.

v1.0.6(3y ago)03MITPHPPHP ^7.3

Since Oct 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/phamngoctuong/framework)[ Packagist](https://packagist.org/packages/wllionel/framework)[ Docs](http://laravel.com)[ RSS](/packages/wllionel-framework/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (6)Used By (0)

marinesTeam26
=============

[](#marinesteam26)

#### Refer:

[](#refer)

- Link 1
- Link 2

You can use 1 of 2 ways to configure.
-------------------------------------

[](#you-can-use-1-of-2-ways-to-configure)

#### Guid Config 1:

[](#guid-config-1)

- C:\\Windows\\System32\\drivers\\etc\\hosts

```
127.0.0.1 testtiah.com
```

- Create file .htaccess 👇 to your Laravel root folder

```

  RewriteEngine On
  RewriteRule ^(.*)$ /public/$1 [L]
  RewriteCond %{REQUEST_URI} !(.css|.js|.png|.jpg|.gif|robots.txt|.ttf)$ [NC]

```

- C:\\xampp\\apache\\conf\\extra\\httpd-vhosts.conf

```

  DocumentRoot "C:\xampp\htdocs\marinesTeam26"
	ServerName testtiah.com
	ServerAlias *.testtiah.com

```

Link: [testtiah.com](http://testtiah.com/)

#### Guid Config 2:

[](#guid-config-2)

- Rename server.php in your Laravel root folder to index.php
- Create file .htaccess 👇 to your Laravel root folder

```

    Options -MultiViews -Indexes

  RewriteEngine On
  # Handle Authorization Header
  RewriteCond %{HTTP:Authorization} .
  RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
  # Redirect Trailing Slashes If Not A Folder...
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_URI} (.+)/$
  RewriteRule ^ %1 [L,R=301]
  # Send Requests To Front Controller...
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^ index.php [L]
  RewriteCond %{REQUEST_URI} !(.css|.js|.png|.jpg|.gif|robots.txt|.ttf)$ [NC]

```

Link: [localhost](http://localhost/marinesTeam26)

#### Guid Config 3:

[](#guid-config-3)

- Config http to https for localhost

```

  RewriteEngine on
  ServerName localhost
  RewriteRule ^(.*) https://%{SERVER_NAME}$1 [R,L]

  DocumentRoot "C:\xampp8\htdocs"
  ServerName localhost
  ServerAlias *.localhost

    Require all granted

  SSLEngine on
  SSLCertificateFile "conf/localhost/ssl.crt/server.crt"
  SSLCertificateKeyFile "conf/localhost/ssl.key/server.key"

```

#### Guid Config 4:

[](#guid-config-4)

- Config for Yii2 testcom.htaccess

```

  Options -Indexes

  RewriteEngine On
  RewriteRule ^admin/(.*)?$ /backend/web/$1 [L,PT]
  RewriteRule ^([^/].*)?$ /frontend/web/$1
  RewriteRule ^index\.php$ - [L]

```

- Config for Yii2 testcom\\frontend\\web.htaccess

```
RewriteEngine on
# If a directory or a file exists, use the request directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Otherwise forward the request to index.php
RewriteRule . index.php
```

- Config for Yii2 testcom\\frontend\\config\\main.php

```
'components' => [
  'request' => [
    'csrfParam' => '_csrf-frontend',
    'baseUrl' => '',
    'enableCookieValidation' => true,
    'enableCsrfValidation' => true,
    'cookieValidationKey' => '45ed697dtg8uhrg9eheg00j09',
  ],
  'urlManager' => [
    'enablePrettyUrl' => true,
    'showScriptName' => false,
    'rules' => [
      '/' => '/view',
      '' => '/index',
      '//' => '/',
    ]
  ]
]
```

- Config for Yii2 testcom\\backend\\config\\main.php

```
'components' => [
  'request' => [
    'csrfParam' => '_csrf-backend',
    'baseUrl' => '/admin',
    'enableCookieValidation' => true,
    'enableCsrfValidation' => true,
    'cookieValidationKey' => '45ed697dtg8uhrg9eheg00j09',
  ],
  'urlManager' => [
    'enablePrettyUrl' => true,
    'showScriptName' => false,
    'rules' => [
      '/' => '/view',
      '' => '/index',
      '//' => '/',
    ]
  ]
]
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

5

Last Release

1313d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8952de5bd6ea05dc18d6656e65ae4273aa77b23e81a5a921877d90189dd9a839?d=identicon)[lionelphamit](/maintainers/lionelphamit)

---

Top Contributors

[![phamngoctuong](https://avatars.githubusercontent.com/u/26349880?v=4)](https://github.com/phamngoctuong "phamngoctuong (3 commits)")

---

Tags

frameworklaravelwordpress

### Embed Badge

![Health badge](/badges/wllionel-framework/health.svg)

```
[![Health](https://phpackages.com/badges/wllionel-framework/health.svg)](https://phpackages.com/packages/wllionel-framework)
```

###  Alternatives

[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11812.4k21](/packages/kompo-kompo)[wpstarter/framework

The WpStarter Framework - Laravel Framework for WordPress

1810.1k4](/packages/wpstarter-framework)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
