Files
laravel-ajax-example/Boxfile
Maks Surguy 7d80eaea69 fix Boxfile
2012-10-05 12:21:45 -07:00

22 lines
429 B
Plaintext

global:
web1:
name: laravelajaxexample
shared_writable_dirs:
- /storage/cache
- /storage/database
- /storage/logs
- /storage/sessions
- /storage/views
- /storage/work
- /public/uploads
document_root: /public
php_version: 5.3.8
php_extensions:
- pdo_mysql
- mcrypt
- gd
- eaccelerator
- memcached
after_deploy:
- "rm -f storage/cache/*"
- "rm -f storage/views/*"