atomik / skeleton
Application skeleton for Atomik Framework
Installs: 944
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 8
Forks: 3
Open Issues: 0
pkg:composer/atomik/skeleton
Requires
- php: >=5.3.0
- atomik/atomik: 3.*
- maximebf/debugbar: 1.*
Suggests
- kriswallsmith/assetic: Required for the Assets plugin
- maximebf/ConsoleKit: Required for the Console plugin
This package is not auto-updated.
Last update: 2024-05-25 11:51:24 UTC
README
Skeleton application for Atomik Framework
The skeleton is a base Atomik application with a basic directory structure which let you start building your project in a matter of seconds!
$ php composer.phar create-project atomik/skeleton /path/to/my/install/folder
Navigate to your website in your browser (ie. http://localhost) where you should see a congratulation message.
To activate pretty URLs, rename the htaccess.example file to .htaccess