InfyOmLabs / laravel-generator

API and Admin Panel CRUD Generator for Laravel.
https://www.infyom.com/open-source
MIT License
3.78k stars 802 forks source link

empty `layouts/datatables_css.blade.php` & `layouts/datatables_js.blade.php` #940

Closed rebootcode closed 3 years ago

rebootcode commented 3 years ago

While running the below command:

> php artisan infyom.publish:layout

Both the files are empty layouts/datatables_css.blade.php & layouts/datatables_js.blade.php

Composer.json require

"require": {
        "php": "^7.3|^8.0",
        "doctrine/dbal": "~2.3",
        "fideloper/proxy": "^4.4",
        "fruitcake/laravel-cors": "^2.0",
        "guzzlehttp/guzzle": "^7.0.1",
        "infyomlabs/laravel-generator": "8.0.x-dev",
        "infyomlabs/laravel-ui-stisla": "^3.0",
        "infyomlabs/stisla-templates": "^1.0",
        "laravel/fortify": "^1.7",
        "laravel/framework": "^8.12",
        "laravel/tinker": "^2.5",
        "laravel/ui": "^3.0",
        "laravelcollective/html": "^6.2",
        "unisharp/laravel-filemanager": "^2.2",
        "yajra/laravel-datatables": "^1.5",
        "yajra/laravel-datatables-oracle": "~9.0"
    },
"require-dev": {
        "facade/ignition": "^2.5",
        "fakerphp/faker": "^1.9.1",
        "laravel/sail": "^1.0.1",
        "mockery/mockery": "^1.4.2",
        "nunomaduro/collision": "^5.0",
        "phpunit/phpunit": "^9.3.3"
    },

Edit: I found this issue only in stisla templates.

vishalinfyom commented 3 years ago

ok @rebootcode will look into this issue and fix it if it exists.

Thanks for reporting.

vishalinfyom commented 3 years ago

Hii @rebootcode

We have checked and it's empty for purpose, as in the future we are going to add data table listing support, at that time we will write related code into these files.

Thanks for reporting.

We are closing this issue as of now.