Vladimir Ković

Results 7 issues of Vladimir Ković

This is not directly related to this package, but serves more as solution to the problem you might run into. Under certain circumstances (see below), running the `artisan db:import-dump` command...

Breaking change introduced in minor MySQL update, use --no-tablespaces option in mysqldump from now on (recommended) or add the global PROCESS privilege to the user running the command. DbDumpCommand::handle() should...

Add Travis testing for PHP version 8

Allow forcing of commands - run commands without additional questions. ... something like `php artisan db:summon -y`. As an addition, forcing should be disabled on production.

Document already existing `schedule:register` command and write tests for it

documentation

I noticed that when using command like `model:fields`, sometimes `Guarded` and `Fillable` contain the same field, which can be considered as a problem. Also for example during development, models gets...

enhancement

Not sure if I grasped the concept correctly, but I would say, and based on the links below: - [JS (Typescript) Example](https://github.com/ollama/ollama-js/blob/main/examples/tools/tools.ts) - [Python Example](https://github.com/ollama/ollama-python/blob/main/examples/tools.py) that we can't define a...