wzulfikar/laravel-bootstrap

6 2
Install
composer require wzulfikar/laravel-bootstrap
Last Updated:Dec 16, 2015
Links: GitHub  ·  Packagist
Maintainer: wzulfikar

laravel-bootstrap

Bootstrap template for laravel with boilerplate

Installation

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

image

  • 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);

});

Related Packages

ampeco/nova-date-range-filter

A Laravel Nova date range filter.

1,057,454 35
laravel-frontend-presets/material-dashboard

Laravel 9.x Front-end preset for material dashboard

294,883 263
devrabiul/laravel-toaster-magic

Laravel Toaster Magic is a lightweight, flexible toast library for Laravel proje...

93,813 227
darsain/laravel-console

Browser console for Laravel Framework.

57,253 167
andreia/filament-nord-theme

A minimalist Arctic Nord theme for FilamentPHP

52,746 139