nailsapp / common
This package is abandoned and no longer maintained.
The author suggests using the nails/common package instead.
Nails is a framework for CodeIgniter designed to make building interactive web applications fast.
0.3.0
2018-09-14 09:01 UTC
Requires
- behat/transliterator: ^1.2
- codeigniter/framework: 3.1.7
- defuse/php-encryption: ^2.1
- guzzlehttp/guzzle: 6.*
- mustache/mustache: 2.*
- nails/driver-error-handler-default: dev-develop
- nails/module-admin: dev-develop
- nails/module-asset: dev-develop
- nails/module-console: dev-develop
- nails/module-email: dev-develop
- nails/module-event: dev-develop
- pimple/pimple: 3.*
- ralouphie/getallheaders: ^2.0
Requires (Dev)
- phpunit/phpunit: 4.*
This package is not auto-updated.
Last update: 2019-02-20 19:31:02 UTC
README
About Nails
Nails is a framework to make building hand-crafted, exhilarating web apps fast & painless
Quick start
Get started quickly by installing the Nails command line tool and executing nails new
in an empty directory.
Install the tool
Using Homebrew
brew tap nails/utilities
brew install nails
Using Composer
composer global require nails/command-line-tool
Create a new project
nails new
Further reading, the documentation regarding this tool can be found at nails/command-line-tool.