spiral / installer
Spiral Application installer
Requires
- php: >=8.1
- spiral/framework: ^3.3
- spiral/roadrunner-cli: ^2.4
Requires (Dev)
- composer/composer: ^2.4
- phpunit/phpunit: ^9.5
- qossmic/deptrac-shim: ^1.0
- spiral/testing: ^2.2
- symfony/var-dumper: ^6.1
- vimeo/psalm: dev-master
This package is auto-updated.
Last update: 2023-04-13 08:49:26 UTC
README
App Skeleton | Documentation | Discord | Twitter | Contributing
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:
- PHP 8.1+, 64bit
- mb-string extension
Installation
composer create-project spiral/installer my-app
Note: Application server will be downloaded automatically (
php-curl
andphp-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.