added facades and made other ioc improvements.
This commit is contained in:
@@ -29,7 +29,7 @@ return array(
|
||||
'Download' => 'Laravel\\Download',
|
||||
'Eloquent' => 'Laravel\\Database\\Eloquent\\Model',
|
||||
'Error' => 'Laravel\\Error',
|
||||
'File' => 'Laravel\\File',
|
||||
'File' => 'Laravel\\File_Facade',
|
||||
'Form' => 'Laravel\\Form',
|
||||
'Hasher' => 'Laravel\\Security\\Hasher',
|
||||
'HTML' => 'Laravel\\HTML',
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
|
||||
<h2><?php echo $apology; ?></h2>
|
||||
|
||||
<p>We couldn't find the resource you requested. Would you like go to our <a href="<?php echo $homepage; ?>">home page</a> instead?</p>
|
||||
<p>We couldn't find the resource you requested. Would you like go to our <a href="<?php echo Laravel\Config::get('application.url'); ?>">home page</a> instead?</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user