Closed leeeunlim closed 9 years ago
line 21
loads the autoloader for bootstrap.
line 3 on bootstrap/āutoload.php
has define('LARAVEL_START', microtime(true));
Hope that helps.
Thanks a lot :) but...i knew that... I want to know another constant LARAVEL_START defined.. and If i find that, should i comment that ???
You could do something like this:
<?php
/* Note the use of quotes, this is important. This example is checking
* if the string 'TEST' is the name of a constant named TEST */
if (defined('TEST')) {
echo TEST;
}
?>
Thanks Thanks Thanks!!!......but sorry i can't use that method.... because i cant see nothing in my server ip... if i write that method...i can't see in my server.......
I'm sorry...this is not a main problem....All of this is worked..... i'm stupid. ..............Thanks !!!
Where is already defined constant LARAVEL_START?