docs bundle in progress
This commit is contained in:
14
bundles/docs/routes.php
Normal file
14
bundles/docs/routes.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
View::composer('docs::template', function($view)
|
||||
{
|
||||
Asset::add('stylesheet', 'css/style.css');
|
||||
Asset::add('modernizr', 'js/modernizr-2.5.3.min.js');
|
||||
});
|
||||
|
||||
|
||||
Route::get('(:bundle)', function()
|
||||
{
|
||||
return View::make('docs::home');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user