laravel-dacapo icon indicating copy to clipboard operation
laravel-dacapo copied to clipboard

Laravel migration support tool, Always generate the latest migration files on schema.yml

Results 20 laravel-dacapo issues
Sort by recently updated
recently updated
newest added

https://github.com/laravel/framework/releases/tag/v9.14.0

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [phpunit/phpunit](https://phpunit.de/) ([source](https://togithub.com/sebastianbergmann/phpunit)) | require-dev | patch | `9.5.20` -> `9.5.25` |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [orchestra/testbench](https://packages.tools/testbench/) ([source](https://togithub.com/orchestral/testbench)) | require-dev | minor | `7.4.0` -> `7.7.0` |...

## Feature Command ``` $ php artisan dacapo:make:models ``` - Read the table definition from schema.yml and execute the `make:model` command - Model class name is converted from snake case...

``` ------ --------------------------------------------------------------------------------------------------------------------------------------------------- Line src/Dacapo/Application/UseCase/DacapoCommandUseCase.php ------ --------------------------------------------------------------------------------------------------------------------------------------------------- 31 Parameter #2 $attributes of static method UcanLab\LaravelDacapo\Dacapo\Domain\Schema\Schema::factory() expects array, mixed given. ------ --------------------------------------------------------------------------------------------------------------------------------------------------- ------ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Line src/Dacapo/Domain/Schema/Column/Column.php ------ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 67 Parameter #1...