Framework7 app created with following options:
{
"cwd": "C:\\xampp\\htdocs\\dondi",
"type": [
"pwa"
],
"name": "Dondi AcqueReflue",
"framework": "core",
"template": "single-view",
"bundler": false,
"cssPreProcessor": false,
"theming": {
"customColor": true,
"color": "#007aff",
"darkTheme": true,
"iconFonts": true,
"fillBars": false
},
"customBuild": false
}
- 🔥
start
- run development server - 🔧
serve
- run development server
This is a PWA. Don't forget to check what is inside of your service-worker.js
. It is also recommended that you disable service worker (or enable "Update on reload") in browser dev tools during development.
Assets (icons, splash screens) source images located in assets-src
folder. To generate your own icons and splash screen images, you will need to replace all assets in this directory with your own images (pay attention to image size and format), and run the following command in the project directory:
framework7 assets
Or launch UI where you will be able to change icons and splash screens:
framework7 assets --ui
Laravel Lumen is a stunningly fast PHP micro-framework for building web applications with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Lumen attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as routing, database abstraction, queueing, and caching.
Documentation for the framework can be found on the Lumen website.
Thank you for considering contributing to Lumen! The contribution guide can be found in the Laravel documentation.
If you discover a security vulnerability within Lumen, please send an e-mail to Taylor Otwell at [email protected]. All security vulnerabilities will be promptly addressed.
The Lumen framework is open-sourced software licensed under the MIT license.