Flarum Serve
Start Flarum in the PHP development server.
π’ Important information
- It is not an extension, so it does not display on the extension page.
- Works immediately after installation (similar to
plug&play
). - You can set port and custom domain. For this purpose, use the arguments -
--host
and-p, --port
(see screenshots).
π Installation
To download the extension tool you can use Bazaar or only install it through composer:
composer require artuu/flarum-serve
β¨ Demo
Command screenshot from console
:
Screenshot of command legends from console
:
π A few words from me
Again, I would like to thank @clarkwinkelmann for directing the concept of execution - not creating an extension to flarum, but a simple package. It gave me an effect similar to the plug&play
I wanted to get from the beginning. Why again? Because with the previous extension he also helped me. I literally love you, @clarkwinkelmann.
The extension is aimed at developers and individuals who do not have apache or nginx installed. With one command you can display the forum locally. If necessary, you can change the port and domain to a different one than the localhost
.
π Links
π License
Copyright Β© 2020 Artuu.
This project is MIT licensed.