This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$queries = \DB::getQueryLog(); | |
\Log::info(end($queries)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SET foreign_key_checks = 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; RESUME: | |
;; Xdebug configuration file in order to use together with Netbeans. | |
;; | |
;; OS: ubuntu 14:04 | |
;; FILENAME: /etc/php5/apache2/conf.d/20-xdebug.ini | |
zend_extension=xdebug.so | |
xdebug.default_enable=1 | |
xdebug.remote_enable=1 |
NewerOlder