Create project directory
$ mkdir $APPDIR && cd $APPDIR
Clone Illuminate App
$ git clone https://github.com/illuminate/app.git
.text-shadow (@string: 0 1px 3px rgba(0, 0, 0, 0.25)) { | |
text-shadow: @string; | |
} | |
.box-shadow (@string) { | |
-webkit-box-shadow: @string; | |
-moz-box-shadow: @string; | |
box-shadow: @string; | |
} | |
.drop-shadow (@x: 0, @y: 1px, @blur: 2px, @spread: 0, @alpha: 0.25) { | |
-webkit-box-shadow: @x @y @blur @spread rgba(0, 0, 0, @alpha); |
<?php | |
trigger_error('foo'); |
[xdebug] | |
zend_extension="/usr/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so" | |
xdebug.remote_enable = 1 | |
xdebug.remote_autostart = 1 | |
xdebug.profiler_enable = 1 |
include_path = ".:/Users/burakerdem/pear/share/pear" |
pdo_mysql.default_socket=/tmp/mysql.sock | |
mysql.default_socket = /tmp/mysql.sock | |
mysqli.default_socket = /tmp/mysql.sock |
memory_limit = 128M | |
display_errors = On | |
post_max_size = 300M | |
upload_max_filesize = 200M |
LoadModule php5_module libexec/apache2/libphp5.so | |
Include /private/etc/apache2/extra/httpd-vhosts.conf |
strtolower(url_title(convert_accented_characters('CodeIgniter ile Wordpress Benzeri Adresler Oluşturmak'))) |