2017 © Pedro Peláez
 

library laravel-bootstrap

image

wzulfikar/laravel-bootstrap

  • Wednesday, December 16, 2015
  • by wzulfikar
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

laravel-bootstrap

Bootstrap template for laravel with boilerplate, (*1)

Installation

  • Copy the bootstrap folder to resources/views/layouts. Your resources directory will look like this:

image, (*2)

  • Copy bootstrap/assets to public/assets
  • Setup route to test
Route::get('bootstrap/{playground?}',function($playground = 'readme'){

$validator = Validator::make(Request::all(), [
  'title' => 'required|unique:posts|max:255',
  'body' => 'required',
]);

// Uncomment below code to display template with no error banner
// return view('layouts.bootstrap.playground.'.$playground);

return view('layouts.bootstrap.playground.'.$playground)->withErrors($validator);

});

The Versions

16/12 2015

dev-master

9999999-dev

  Sources   Download

16/12 2015

dev-develop

dev-develop

  Sources   Download