Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

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.

License

spiral-modules/installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spiral Application installer

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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks