David Flores
David Flores
:+1:
there are one problem, if you pack the dump file in a phar and then you run the `migration` cmd, this cause an error because the migration cmd [execute](https://github.com/laravel/framework/blob/e5bfb69708085fef4e48250e3c264df2865198e9/src/Illuminate/Database/Schema/MySqlSchemaState.php#L72) a...
Yes, my case is I'm using the dump command to generate the SQL file with all the schema and I want to use that SQL as base and create migration...
PR https://github.com/oauthjs/express-oauth-server/pull/82
I sent an email to one of maintainers 🤞
I'm using this configuration and also its not working, debuging the `protected function modelsToCheck` the args variable is empty ``` type Content { user: User!@belongsTo @can(ability: "ownerOrAdmin", model: "App\\Models\\Content", find:...
Hi all! other thing that I notice is about `@count` and `@paginate`: if in the `@count` directive we add the columns to include in the `count()` method, you can choose...
Update: I opened a discussion about the paginate method https://github.com/laravel/framework/discussions/40114
thank you for the information, i will some test to check what is happening
We are working to solve this but in future versions this installer will be removed. Please use the `composer require drupal/console` to install DC