Download the PHP package wenprise/mvc without Composer
On this page you can find all versions of the php package wenprise/mvc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package mvc
Wenprise MVC framework for WrodPress
Add a MVC framework to wordpress, based on Themosis Framework .
Usage
Prerequisites
- Set permalink structure as
/%postname%/
in Permalink Settings - Set Your homepage displays as
Your latest posts
in Reading Settings
User composer to install
In your theme directory
add psr-4 autoload rule to composer.json
the run the dump-autoload
command
Include the autoload and frame init fie to your theme`s functions.php
file.
The directory structure
The structure of theme/app directory.
Boot the framework in theme
the code in init.php
Routing Service
the code in RoutingService.php
Routers
the code in routes.php
Controller
Sampel Controller
Models
See: Wenprise Eloquent
Views
See https://laravel.com/docs/5.5/blade or https://twig.symfony.com/
All versions of mvc with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.3
composer/installers Version ^1.0
illuminate/routing Version ^8.83
illuminate/container Version ^8.83
illuminate/http Version ^8.83
illuminate/events Version ^8.83
illuminate/view Version ^8.83
illuminate/filesystem Version ^8.83
illuminate/database Version ^8.83
composer/installers Version ^1.0
illuminate/routing Version ^8.83
illuminate/container Version ^8.83
illuminate/http Version ^8.83
illuminate/events Version ^8.83
illuminate/view Version ^8.83
illuminate/filesystem Version ^8.83
illuminate/database Version ^8.83
The package wenprise/mvc contains the following files
Loading the files please wait ....