Where the built file of NativePHP

213 views Asked by At

I am using the NativePHP package to build my application, after I complete the developing process, I need to export the file to be a desktop application.

So, I run this command:

php artisan native:build

I got this result from the Ubuntu Linux Terminal

enter image description here

So, where I can get the file of the execution file to share it?

1

There are 1 answers

0
hakre On BEST ANSWER

According to Shane D Rosenthal in NativePHP Tutorial: Building a Mac MenuBar application (July 31st, 2023; for Laravel News):

php artisan native:build

Running this command [...]. Once complete, the files will be placed in your project's root/dist directory and you can distribute the app as you see fit.

The original docs seem a bit thin yet for that command, only what it is for, but not what the build goals are. (ref)

It's perhaps not yet set in stone.