2017 © Pedro Peláez
 

project laravel-tabler

Laravel Package for integrating Tabler template and this package is Laravel Mix friendly.

image

guszandy/laravel-tabler

Laravel Package for integrating Tabler template and this package is Laravel Mix friendly.

  • Saturday, July 21, 2018
  • by GusZandy
  • Repository
  • 2 Watchers
  • 4 Stars
  • 38 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 8 Versions
  • 192 % Grown

The README.md

Laravel Tabler

Laravel 5.5, 5.6, and 5.7 Package for integrating Tabler template and this package is Laravel Mix friendly. Currently this package can be integrated easily only on fresh installation., (*1)

[New] for Tabler with Bootstrap 4 use this package, HERE

Installation

composer require guszandy/laravel-tabler

If you are using Laravel 5.5 above skip this step, but if aren't then add this line on config/app.php, on providers, (*2)

'providers' => [
  ...
  GusZandy\Tabler\Providers\AppServiceProvider::class,
  ...
]

And then run,, (*3)

php artisan make:tabler

Let's see what we've install. First, make sure that you already ran php artisan migrate command, then do, (*4)

php artisan serve

Viola! You've running a Laravel site using Tabler., (*5)

Configuration and Views Customization

Config

To publish this package config to your app config run, (*6)

php artisan vendor:publish --provider="GusZandy\Tabler\Providers\AppServiceProvider" --tag="config"

Views

To publish this package views so you can customize on your own run, (*7)

php artisan vendor:publish --provider="GusZandy\Tabler\Providers\AppServiceProvider" --tag="views"

Next Step

First of all, you should understand how to use Laravel Mix and install latest laravel-mix., (*8)

Tabler need some package on npm. First you need to run, (*9)

npm install

Install Tabler needed package from npm, (*10)

npm install --save-dev bootstrap bootstrap-sass popper.js chart.js d3 font-awesome jquery-circle-progress jvectormap moment requirejs select2 select2-bootstrap-theme selectize sparkline tabler-ui tablesorter bootstrap-datepicker eonasdan-bootstrap-datetimepicker

Run Laravel Mix command, (*11)

npm run development

or use production minimize output, (*12)

npm run production

Then have a good look on these files - webpack.mix.js - resources/assets/js/tabler.js - resources/assets/sass/tabler.scss, (*13)

Happy experimenting!, (*14)

The Versions

21/07 2018

dev-master

9999999-dev

Laravel Package for integrating Tabler template and this package is Laravel Mix friendly.

  Sources   Download

MIT

The Requires

 

laravel composer package tabler

12/06 2018

v1.2

1.2.0.0

Laravel Package for integrating Tabler template and this package is Laravel Mix friendly.

  Sources   Download

MIT

The Requires

 

laravel composer package tabler

25/05 2018

dev-develop

dev-develop

Laravel Package for integrating Tabler template and this package is Laravel Mix friendly.

  Sources   Download

MIT

The Requires

 

laravel composer package tabler

25/05 2018

v1.1

1.1.0.0

Laravel Package for integrating Tabler template and this package is Laravel Mix friendly.

  Sources   Download

MIT

The Requires

 

laravel composer package tabler

25/05 2018

dev-release/v1.3

dev-release/v1.3

Laravel Package for integrating Tabler template and this package is Laravel Mix friendly.

  Sources   Download

MIT

The Requires

 

laravel composer package tabler

25/05 2018

v1.3

1.3.0.0

Laravel Package for integrating Tabler template and this package is Laravel Mix friendly.

  Sources   Download

MIT

The Requires

 

laravel composer package tabler

24/05 2018

5.5.x-dev

5.5.9999999.9999999-dev

Laravel Package for integrating Tabler template and this package is Laravel Mix friendly.

  Sources   Download

MIT

The Requires

 

laravel composer package tabler

23/05 2018

v1.0

1.0.0.0

Laravel Package for integrating Tabler template and this package is Laravel Mix friendly.

  Sources   Download

MIT

The Requires

 

laravel composer package tabler