lumenpress / framework
There is no license information available for the latest version (dev-master) of this package.
dev-master
2017-11-07 05:58 UTC
Requires
- php: >=5.6.4
- lumenpress/nimble: ^0.2.0
Requires (Dev)
- kint-php/kint: ^2.2
- laravel/lumen-framework: >=5.4
- lumenpress/testing: ^0.2.0
- phpunit/phpunit: ^5.7
- vlucas/phpdotenv: ^2.4
This package is not auto-updated.
Last update: 2024-11-03 07:41:11 UTC
README
Installation
Installing Laravel or Lumen
composer create-project --prefer-dist laravel/laravel your-project && cd your-project # or composer create-project --prefer-dist laravel/lumen your-project && cd your-project
Installing lumenpress/framework
package
composer require lumenpress/framework
Register the provider in bootstrap/app.php
:
$app->register(LumenPress\Providers\LumenPressServiceProvider::class);
Initialize wordpress
php artisan wp:init