-
I read trough the wiki pages of this repo. And I tried running the following command
`php artisan make:entity Post`
The result I get is the following
`[37;41m [Symfony\Component\Console\Exception…
-
Very cool idea!
Just gave it a try, running MacOS 13.3.1 (a) M1.
It looks like the composer dump-autoload is not working. If I install for example Laravel Breeze, like so:
```bash
diode comp…
-
### Error Message and Logs
Hi all! First of all, I absolutely love Coolify, it's made my life significantly easier and I've been pushing it to my company HARD.
The issue happens (at least) when depl…
-
Is it correct for artisan to be executed first in this template?
project:
git_repository: 'git@github.com:hugopozos/app.git'
deploy:
directory: '/home/clubprotraders-app/htdocs/app.page.…
-
Although the parallel testing setup is a great step forward I would like to know if we can add an improvement.
Would it be possible to do the parallel callback before the artisan command?
In that …
-
When running `php artisan` I'm getting all commands, from Laravel, packages and my application. Currently I can filter with for example `php artisan list make` on the `make` "namespace" or do `grep`, …
-
make:translate (filename)
create (filename).php file in each of the locale directories under the lang directory.
translate:[filename] [locale:](key)[=(value)] ...
add the key/value pair to …
-
Can u please add commands like:
1. php artisan make:livewire
2. php artisan livewire:copy
3. php artisan livewire:move
4. php artisan livewire:delete
-
unable to vendor publish config and assets and there is no command way to do so
i.e want to run the following but its not working there is no commands for module to do so
php artisan vendor:pub…
-
In v2.3.0 with Laravel 5.8.35 on 7.2.18, only the `firewall:list` and `firewall:updategeoip` exists, the rest is missing.