Package Data | |
---|---|
Maintainer Username: | piotrtheis |
Maintainer Contact: | piotr.theis@etendard.pl (Piotr Theis) |
Package Create Date: | 2016-05-11 |
Package Last Update: | 2016-11-23 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-20 03:02:51 |
Package Statistics | |
---|---|
Total Downloads: | 39 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Komponent do prostego tworzenia tabelek.
"repositories": [ {
"type": "vcs",
"url": "https://piotr_theis@bitbucket.org/etdcms/repository.git"
} , {
"type": "vcs",
"url": "https://piotr_theis@bitbucket.org/etdcms/eloquenttable.git"
}.
...
"require": {
"php": ">=7.0",
"laravel/framework": "5.2.*",
"tysdever/eloquenttable": "dev-master",
...
config/app.php
'providers' => [
...
Tysdever\EloquentTable\EloquentTableServiceProvider::class,
Do prawidłowego działania trzeba jeszcze dodać opublikowane skrypty js.
$ php artisan vendor:publish --provider="Tysdever\EloquentTable\EloquentTableServiceProvider" --tag="js"
To polecenie opublikuje skrypt eloquenttable.js w katalogu /resources/assets/vendor/tysdever/eloquenttable który trzeba dodać do gulpfile.js, jeżeli w gulpfile.js znajduje się taki wpis
'vendor/tysdever/**/*.js'
to możesz olać dodawanie skryptu. Jedne co musisz zrobić to odpalić w konsoli kompilator gupl-a
$ gulp
Jeżeli z niewyjaśnionych przyczyn zajdzie potrzeba edycji widoków to możesz opublikować widoki poleceniem
$ php artisan vendor:publish --provider="Tysdever\EloquentTable\EloquentTableServiceProvider" --tag="views"
To polecenie opublikuje widoki w katalogu /resources/views/vendor/tysdever/eloquenttable, od tej pory możesz się cieszyć elastycznością Laravela.
To samo co wyżej, zmień tylko tag na lang. Publikacja w katalogu /lang/vendor/tysdever/eloquenttable.
Tu już chyba za wiele nie muszę tłumaczyć, ale zapisuję co by było wiadomo że się da.
https://github.com/stevebauman/eloquent-table