helpers icon indicating copy to clipboard operation
helpers copied to clipboard

Several tools to help you in development

Results 12 helpers issues
Sort by recently updated
recently updated
newest added

Can not create Migration file with Laravel 9, with Php 8.0.1 `Declaration of Encore\Admin\Helpers\Scaffold\MigrationCreator::populateStub($name, $stub, $table) must be compatible with Illuminate\Database\Migrations\MigrationCreator::populateStub($stub, $table) in file C:\Users\colum\Documents\Company\MarijuanaData\marijuanadata.com\vendor\laravel-admin-ext\helpers\src\Scaffold\MigrationCreator.php on line 55`

Laravel Version: 7.4.0 PHP Version: PHP/7.2.24-0ubuntu0.18.04.3 Laravel-admin: 1.7.14 ArgumentCountError In MigrationCreator.php line 40 : Too few arguments to function Illuminate\Database\Migrations\MigrationCreator::__construct(), 1 passed in /var/www/azmanfarm/vendor/laravel-admin-ext/helpers/src/Controllers/ScaffoldController.php on line 65 and exactly 2...

cmd下查看有,也可以执行 ![image](https://user-images.githubusercontent.com/41713774/69788004-88a07480-11f8-11ea-937a-932362967ba4.png) Artisan terminal 下查找不到,也不可以执行 ![image](https://user-images.githubusercontent.com/41713774/69788118-cb624c80-11f8-11ea-94a4-0a9f969d5ea0.png)

There is no way right now to have your own templates of the generated from the scaffold generated controller, model and migration. When the folder of the stubs can be...

$(function () {});里面$('#pjax-container').height()某些情况下获取不到真实高度。 例如在浏览器里面输入`http://host/admin/helpers/terminal/artisan`的时候打开,或刷新这个地址。 $(window).load(function () {});换成这样会好一些。

This is needed as the MigrationCreator from Laravel has been updated and the scaffold option is throwing a warning because of it