2017 © Pedro Peláez
 

library smart-dev-table

A php native class pagination with laravel, bootstrap

image

rndediiv2/smart-dev-table

A php native class pagination with laravel, bootstrap

  • Thursday, June 28, 2018
  • by rndediiv2
  • Repository
  • 0 Watchers
  • 0 Stars
  • 1 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

SmartDevTable

A native class pagination with Laravel, Bootstrap, Bootstrap3 Dialog, Bootstrap Material Datepicker and alertifyjs, (*1)

About

Currently this package is only used for the purposes of our internal development, (*2)

Installation

Require the rndediiv2/smart-dev-table package in your composer.json and update your dependencies:, (*3)

$ composer require rndediiv2/smart-dev-table

Add the SmartDevTable\SmartDevTableServiceProvider to your config/app.php providers array:, (*4)

rndediiv2\SmartDevTable\SmartDevTableServiceProvider::class,

If you want, you can use the facade. Add the reference in config/app.php to your aliases array., (*5)

'SmartDevTable' => rndediiv2\SmartDevTable\Facade\SmartDevTable::class,

Configuration

To get started, you'll need to publish all vendor assets:, (*6)

$ php artisan vendor:publish

This will copy file into directory below :, (*7)

- public/css/SmartDevTable.css
- public/js/SmartDevTable.js
- public/css/bootstrap-dialog.min.css
- public/js/bootstrap-dialog.min.js
- public/css/bootstrap-material-datetimepicker.css
- public/js/bootstrap-material-datetimepicker.js 
- public/js/moment.js

and include this file on your body html, (*8)

----
Your html content
----
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
<link rel="stylesheet" href="{{ URL::asset('css/bootstrap-dialog.min.css') }}" />
<link rel="stylesheet" href="{{ URL::asset('css/bootstrap-material-datetimepicker.css') }}" />
<link rel="stylesheet" href="{{ URL::asset('css/SmartDevTable.css') }}" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<body>
{!! $smartTable; !!}
<script src="https://cdn.rawgit.com/alertifyjs/alertify.js/v1.0.10/dist/js/alertify.js"></script>
<script type="text/javascript" src="{{ URL::asset('/js/moment.js') }}"></script>
<script type="text/javascript" src="{{ URL::asset('/js/bootstrap-dialog.min.js') }}"></script>
<script type="text/javascript" src="{{ URL::asset('/js/bootstrap-material-datetimepicker.js') }}"></script>
<script type="text/javascript" src="{{ URL::asset('/js/SmartDevTable.js') }}"></script>
</body>

Usage

In your controller, put your code like this, (*9)

use rndediiv2\SmartDevTable\Facade\SmartDevTable;, (*10)

Documentation

See at SmartDevTable Wiki, (*11)

The Versions

28/06 2018

dev-master

9999999-dev

A php native class pagination with laravel, bootstrap

  Sources   Download

MIT

The Requires

 

by Avatar rndediiv2

laravel pagination

30/05 2018

v0.1-alpha

0.1.0.0-alpha

A php native class pagination with laravel, bootstrap

  Sources   Download

MIT

The Requires

 

by Avatar rndediiv2

laravel pagination

14/11 2017

v0.2

0.2.0.0

A native class pagination with laravel

  Sources   Download

MIT

The Requires

 

by Avatar rndediiv2

laravel pagination

23/10 2017

v0.1

0.1.0.0

A native class pagination with laravel

  Sources   Download

MIT

The Requires

 

by Avatar rndediiv2

laravel pagination