shriker / lumen-mithril
A quick start project template with Lumen and Mithril.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.2.5
- laravel/lumen-framework: ^7.0
Requires (Dev)
- fzaninotto/faker: ^1.9.1
- mockery/mockery: ^1.3.1
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2025-02-15 08:41:41 UTC
README
A quick start project template with Lumen and Mithril.
Requirements
- PHP ^7.2.5, OpenSSL PHP Extension, PDO PHP Extension, Mbstring PHP Extension
- SSH (command-line) access to run Composer
- Node
Official Documentation
-
Documentation for the Lumen framework can be found on the Lumen website.
-
Documention for Mithril JavaScript framework may be found on the Mithril website.
Installing
git clone https://github.com/shriker/lumen-mithril your-project
cd your-project
composer install
npm install
Local PHP Server
Running the PHP backend
php -S localhost:8000 -t public
Watching the frontend with Webpack
npm run start
Production Build
npm run build
License
This open-sourced software is licensed under the MIT license.