File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,19 @@ composer create-project boson-php/app boson --prefer-dist
1616After installation, navigate to your project directory and run the application:
1717
1818``` bash
19- cd boson
2019php index.php
2120```
2221
2322The desktop application will open.
2423
24+ <div align =" center " >
25+
26+ | <img src =" https://habrastorage.org/webt/6z/uy/7n/6zuy7nzopxkjq83nnmlpafhiupq.png " /> | <img src =" https://habrastorage.org/webt/jb/39/la/jb39laksyaksq4nhrhazchuw33o.png " /> | <img src =" https://habrastorage.org/webt/y8/6f/hz/y86fhz4e1vwv0rx2wnlwcfmprmo.png " /> |
27+ | :------------------------------------------------------------------------------------:| :------------------------------------------------------------------------------------:| :------------------------------------------------------------------------------------:|
28+ | Linux | macOS | Windows |
29+
30+ </div >
31+
2532Note that BosonPHP is a tool for creating desktop applications,
2633so you don't need a web server or browser - just run the PHP
2734script directly from the console.
@@ -32,7 +39,7 @@ Once you've finished developing your application, you can
3239compile it into a native executable:
3340
3441``` bash
35- composer compile
42+ php vendor/bin/boson compile
3643```
3744
3845The compiled executable will be available in the ` build/ ` directory
You can’t perform that action at this time.
0 commit comments