Damir

Results 30 issues of Damir

Should not be the publish() method of service provider also under runningInConsole? this: https://github.com/mpociot/chuck-norris-jokes/blob/master/src/ChuckNorrisJokesServiceProvider.php#L22-L28

Right now in composer.json path are added with full path of local environment which should be changed when you move project. Now is: ``` "repositories": { "vendor/package": { "type": "path",...

improvement

I am getting all columns even hidden by just running below: `$model->search($query)->get()` or `$model->search($query)->paginate()` As you can see in below screenshot, there is hidden columns set but in attributes you...

**Is your feature request related to a problem? Please describe.** At the moment we have two text field in attachment table and in edit attachment description we have an input...

### Check that this is really a bug - [X] I confirm ### Reproduction link https://jsfiddle.net/6yrhuze0/5/ ### Bug description When using lazyload + auto height the height of first page...

# Description: Seem that error callback has not $form object to access it. For example other callback have it, like: ```js beforeSerialize: function($form, options) { // do something with $form...

help wanted
feature

**Is your feature request related to a problem? Please describe.** When I create a scaffold for a model name "Dummy", the route name are like: 'dummies.dummy.index' 'dummies.dummy.create' etc... **Describe the...

enhancement

### Environment: - Laravel-Code-Generator Version: 2.2 - Laravel Version: 7.18.0 ### Description: Fix @param and @return of methods by adding namespace root ** \ ** Right now is: ```php /**...

My options are like below, with autocomplete enabled the loadingItemTemplate doesn't seem to works. ``` { autocompleteMode: true, values: function (query, callback) { remoteSearch('/remote', query, users => callback(users)); }, fillAttr:...

I wanted to generate all code inside a package and this work perfectly fine by just changing path and namespace in configuration of laravel_generator.php However, the only things that can't...