2017 © Pedro Peláez
 

package laravel-auto

Laravel helper to make almost everything for your project

image

maikealame/laravel-auto

Laravel helper to make almost everything for your project

  • Thursday, May 3, 2018
  • by maikealame
  • Repository
  • 4 Watchers
  • 33 Stars
  • 511 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 43 Versions
  • 8 % Grown

The README.md

Laravel helper package to make automated lists with filters, sorting and paging like no other., (*1)

Wiki: https://maikealame.github.io/laravel-auto/, (*2)

Latest Version Software License Total Downloads, (*3)


You are free to create your own layout and style, there's no layout html/css included !, (*4)

This package only grants a very automated query in Eloquent with Blade directives., (*5)

You can use it either without Blade directives, like Vue.js and React, but you need to implement manually the calls to backend and layout rendering., (*6)


table image, (*7)


table image, (*8)


$categories = Topic::from("topics as t")
            ->select("t.*")
            ->leftJoin("portals as p", "p.id","=","t.portal_id")
            ->autoWhere()->autoSort()->autoPaginate();

table image, (*9)


table image, (*10)


if (Request::has("filter")) {
    if (isset(Request::get("filter")['keyword'])) {
        $keyword = Request::get("filter")['keyword'];
        Auto::setField("notifications.title", $keyword);
        Auto::setField("notifications.description", $keyword);
    }
}
$notifications = Notification::select("notifications.*", "notification_users.readed_at")
            ->groupBy("notifications.id")
            ->leftJoin("notifications_users", "notifications.id", "=", "notifications_users.notification_id")
            ->leftJoin("notifications_roles", "notifications.id", "=", "notifications_roles.notification_id")
            ->leftJoin("notifications_departments", "notifications.id", "=", "notifications_departments.notification_id")
            ->autoWhere(['or' => ["notifications.title", "notifications.description"]])
            ->autoSort(["notifications.updated_at", "desc"])->autoPaginate();

table image, (*11)


$enterprises = Enterprises::from("enterprises as e"))
            ->select("e.*")
            ->leftJoin("enterprise_indicators_enterprises as iei","eie.enterprise_id","=","e.id")
            ->groupBy("e.id")
            ->autoWhere()->autoSort()->autoPaginate();

table image, (*12)


See https://maikealame.github.io/laravel-auto/, (*13)


  1. View
  2. Controller
  3. Model

- How to install, (*14)

The Versions

03/05 2018

dev-master

9999999-dev

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

03/05 2018

0.4.5.9

0.4.5.9

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

13/02 2018

0.4.5.8

0.4.5.8

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

13/02 2018

0.4.5.7

0.4.5.7

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

11/12 2017

0.4.5.6

0.4.5.6

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

19/09 2017

0.4.5.5

0.4.5.5

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

13/09 2017

0.4.5.4

0.4.5.4

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

10/09 2017

0.4.5.3

0.4.5.3

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

07/09 2017

0.4.5.2

0.4.5.2

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

27/08 2017

0.4.5.1

0.4.5.1

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

25/08 2017

0.4.5

0.4.5.0

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

25/08 2017

0.4.4.4

0.4.4.4

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

22/08 2017

0.4.4.2

0.4.4.2

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

22/08 2017

0.4.4.3

0.4.4.3

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

29/06 2017

0.4.4.1

0.4.4.1

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

21/06 2017

0.4.4

0.4.4.0

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

20/06 2017

0.4.3

0.4.3.0

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

14/06 2017

0.4.2

0.4.2.0

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

09/06 2017

0.4.1

0.4.1.0

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

08/06 2017

0.4

0.4.0.0

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

08/06 2017

0.3.16

0.3.16.0

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

04/06 2017

0.3.15

0.3.15.0

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

29/05 2017

0.3.14

0.3.14.0

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

26/05 2017

0.3.13

0.3.13.0

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

22/05 2017

0.3.12

0.3.12.0

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

21/05 2017

0.3.11

0.3.11.0

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

18/05 2017

0.3.10

0.3.10.0

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

15/05 2017

0.3.9

0.3.9.0

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

12/05 2017

0.3.8

0.3.8.0

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

12/05 2017

0.3.7

0.3.7.0

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

12/05 2017

0.3.6

0.3.6.0

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

11/05 2017

0.3.5

0.3.5.0

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

11/05 2017

0.3.4

0.3.4.0

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

11/05 2017

0.3.3

0.3.3.0

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

11/05 2017

0.3.2

0.3.2.0

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

11/05 2017

0.3.1

0.3.1.0

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

11/05 2017

0.3

0.3.0.0

Laravel helper to make almost everything for your project

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql pagination mysql list sort automatic where

11/05 2017

0.2.3

0.2.3.0

Laravel helper to automatically create sql where conditions

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql mysql automatic where

11/05 2017

0.2.2

0.2.2.0

Laravel helper to automatically create sql where conditions

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql mysql automatic where

11/05 2017

0.2.1

0.2.1.0

Laravel helper to automatically create sql where conditions

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql mysql automatic where

11/05 2017

0.2

0.2.0.0

Laravel helper to automatically create sql where conditions

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql mysql automatic where

10/05 2017

0.1.1

0.1.1.0

Laravel helper to automatically create sql where conditions

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql mysql automatic where

10/05 2017

0.1

0.1.0.0

Laravel helper to automatically create sql where conditions

  Sources   Download

MIT

The Requires

 

by Maike Alame

laravel php postgresql mysql automatic where