-
### Current Behavior
Migration from fresh fails since I'm in shared hosting and It's using MariaDB 10.11.
Apparently I have to just comment out these two lines and it's working
```
./database/…
-
could not find driver
CREATE TABLE "commands" (
"id" integer PRIMARY key autoincrement NOT NULL,
"name" varchar,
"description" varchar,
"synopsis" varchar,
"arguments" text,
"option…
-
The new Artisan commands this package provides should be documented in the README.md file.
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/23301224-d…
-
Is there an artisan command to generate blueprints? If no, how can one generate blueprints?
-
From: https://vitodeploy.featurebase.app/p/laravel-commands
Create a new section in the sites to support Laravel artisan commands like:
- Cache
- Up/Down
- Queue (failed, restart ...)
- Custo…
-
$ php artisan ckfinder:download
There are no commands defined in the "ckfinder" namespace.
-
Hello dear,
I just create new laravel project and install laravel-selfupdater.
Everything works perfectly and I thank you for that.
But non of artisan commands working in `self-updater.php` at all,…
-
![image](https://github.com/user-attachments/assets/9e6b0bdd-62b1-4f17-b2b0-307432f085de)
I'm facing this problem when I try to log in with tenant credentials.
Did anyone have face the same prob…
-
For now artisan command should run only after build step, or run in watch mode (`pnpm dev`). So tstep by step to run artisan command for now is:
- run`pnpm build` or `pnpm dev`, wait until source cod…
-
After - according to the doc's instructions - executing:
`php artisan db:optimize` and
`php artisan migrate`
and checking that indeed there is a difference/gain in performance, I wanted to repe…