Skip to content

manhphuc/wp-plugin-yivic-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yivic Base plugin

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 Yivic Base plugin).

So from now on, you can use Laravel concepts to work with WordPress developments consistently. This Yivic 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 Yivic 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 yivic/yivic-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 Yivic Base plugin is open-sourced software licensed under the MIT license.

Credits

About

Yivic Base plugin to WordPress development

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages