定制 enpii/enpii-base 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

enpii/enpii-base

最新稳定版本:v0.9.0

Composer 安装命令:

composer require enpii/enpii-base

包简介

The base plugin to have powerful Laravel development on WordPress

README 文档

README

We understand the pains it brings to WordPress developers so we create this plugin to allow to use Laravel framework.

This plugin would bring all the features of Laravel framework to WordPress development: Container concepts, Service Providers, ORMs, Queue system, Routing system ... (everything that works with Laravel will work with WordPress with Enpii Base plugin).

So from now on, you can use Laravel concepts to work with WordPress developments consistently. This Enpii Base plugin would help WordPress developers to create easy-maintainable code exactly the same way Laravel does.

Imagine, you can do this for the iconic template file index.php (using Blade template syntax)

@extends('layouts/main')

@section('content')
	<h1><?php echo 'WP App'; ?></h1>
	<p>{{ 'Welcome to WP App from Enpii Base' }}</p>
@endsection

and on layouts/main.blade.php

<html>
<body>
	<main class="site-body">
		@yield('content')
	</main>
</body>
</html>

Interesting!? Let's get started

Installation

composer require enpii/enpii-base

or you can find it on WordPress plugin hub

Docs are here:

  1. Basic Concepts
  2. We log our blockers, solutions and crazy things in Development Logs
  3. Development Guides

License

The Enpii Base plugin is open-sourced software licensed under the MIT license.

Credits

统计信息

  • 总下载量: 512
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-12-09