spiral/installer

This package is abandoned and no longer maintained. The author suggests using the spiral/app package instead.

Spiral Application installer

1.1.1 2022-12-22 18:04 UTC

This package is auto-updated.

Last update: 2023-04-13 08:49:26 UTC


README

App Skeleton | Documentation | Discord | Twitter | Contributing

Installer

The package has been developed for the Spiral Framework, providing a convenient command line interface for installing and configuring the framework and any desired packages. This makes it simple for developers to get started with Spiral.


Server Requirements

Make sure that your server is configured with following PHP version and extensions:

Installation

composer create-project spiral/installer my-app

Note: Application server will be downloaded automatically (php-curl and php-zip required).


After the project has been created and installed, start RoadRunner server using the following command:

cd my-app

./rr serve

Once you have started RoadRunner server, your application will be accessible in your web browser at http://localhost:8080.

Note: Read more about application server configuration here.

License:

MIT License (MIT). Please see LICENSE for more information. Maintained by Spiral Scout.