Skills Up

Results 12 issues of Skills Up

Hi, Is there a way to generate all the resources from an existing database? I know we can generate resources pertaining to individual tables using: ```php artisan resource-file:from-database [model-name]``` What...

enhancement

Hi, After going through the [example video](https://crestapps.com/laravel-code-generator/docs/2.2#youtube) I'm wondering if Select2 is supported, as the default template appears to use bootstrap framework. If we can specify select2 instead of select...

enhancement

Hi, I know this may sound unreasonable, but is it possible to have class docs (all classes and their methods) in one place, specially with their purpose (when to use...

help wanted
documentation

Hi, Just wish to know whether the API is using Async version of LowFareSearch request, or the synchronized one? Also, going by the issue log, there seems to be a...

Getting this error: `Uncaught TypeError: Data should be a "String", "Array of arrays" OR "Array of objects" ` when I'm providing a function to CSVLink data attribute following "Async +...

Hello, I've generated models from the tables using the steps that were outlined. However, when it comes to generating the controller, I'm getting the below error: ``` SQLSTATE[42000]: Syntax error...

Hello, I've been using this library for my earlier project since 2019. Recently, I've started a new related project, this time with Laravel 10.x. When I'm trying to install this...

I'm using a generic component for Create/Update forms. The difference between the two is `values` parameter passed to Update form. ``` const GenericForm: React.FC = ({ fields, values = null,...

react

### Package filament/filament ### Package Version v3.2.82 ### Laravel Version v11.8.0 ### Livewire Version v3.5.0 ### PHP Version PHP 8.2.18 ### Problem description When I'm using a simple resource with...

bug
confirmed
medium priority

Hello, I keep getting the `Provider Transaction Failed` error on simple Low fare search request. Request URI: `https://apac.universal-api.pp.travelport.com/B2BGateway/connect/uAPI/AirService` Request XML: ```xml ``` Response XML: ``` Server.System Provider transaction failed. 700003...