-
once i use `php artisan infyom:scaffold ModelName` no presenter class will be created. how can i have a presenter class to integrate with respective Model?
-
I see that CSS of datatable_css.blade.php are not loaded correctly.
In layout app.blade.php is missing the section inclusion or stack.
In datatable_body.stub:
```
@section('css')
@inclu…
-
Diharap bisa sambung ya gan.. amat dibutuhkan yang kaya ini
-
Hi,
I recently found out that created_at field and updated_at field are generated inside fileds.blade.php when using `infyom:sacffold` command.
I assume that it should be ignored.
Are they kept fo…
-
The error is:
In Model.php line 1688:
Call to a member function connection() on null
Please suggest....how to resolve.
-
The command:
php artisan infyom:scaffold Questionario --fromTable --table=questionario --primary=que_id --plural=Questionari --connection=checkpoint
works well in 5.4.1 version. Now it doesn't wor…
-
### Pulse Version
1.2
### Laravel Version
10.4
### PHP Version
8.2
### Livewire Version
3.5
### Database Driver & Version
mysql
### Description
when i try to access /pulse this error appear…
-
Many ways to do this but as of right now the routes are only working some of the time.
Here is an example using model binding into route:
``` php
/**************** Model binding into route ******…
-
HI
i am getting Error **Call to undefined method Doctrine\DBAL\Connection::createSchemaManager()**
when trying to generate scaffold from dattabase table using following command
`php artis…
-
is their a way to activate multi-select in datepicker of ng2-bootstrap on single calendar (not a date range) ?
which can give array of selected dates.