Download the PHP package swift-api/swift-starter without Composer
On this page you can find all versions of the php package swift-api/swift-starter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download swift-api/swift-starter
More information about swift-api/swift-starter
Files in swift-api/swift-starter
Download swift-api/swift-starter
More information about swift-api/swift-starter
Files in swift-api/swift-starter
Vendor swift-api
Package swift-starter
Short Description Easy starter project for Swift
License MIT
Homepage https://github.com/SwiftAPI/swift-starter
Package swift-starter
Short Description Easy starter project for Swift
License MIT
Homepage https://github.com/SwiftAPI/swift-starter
Please rate this library. Is it a good library?
Informations about the package swift-starter
Getting started
Install
https://packagist.org/packages/swift-api/swift-starter
Init database
Make sure to fill out login detail to a database in /etc/config/database.yaml
Init the database by running
Setup app details
Fill out /etc/config/app.yaml. Make sure to add the right baseurl, otherwise routing won't work.
All set!
Visit your site site app-domain/hello-world and you should get the following response
From here you can rename the references from MyApp to your own namespace and get going.
- Rename in root services.yaml (this references to destination to the first part of the namespace)
- Rename in App folder
- Rename in app/config.yaml
- Rename namespace of the HelloWorld controller or remove it
All versions of swift-starter with dependencies
PHP Build Version
Package Version
The package swift-api/swift-starter contains the following files
Loading the files please wait ....