-
php artisan elfinder:publish
- no such command.
```
[RuntimeException]
Error Output:
[InvalidArgumentException]
There are no commands defined in the "elfinder" namespace.
```
may be it s…
-
I ran these two commands:
```
artisan geo:seed US --append
artisan geo:seed BR --append
```
When using the CityPicker states and cities mixed up, from individual US.txt and BR.txt. Importing …
-
Is there will be support for filament commands like ```php artisan make:filament-panel Admin --module=Module``` ?
#51
-
First of all, thanks a lot for this 'sublime' package, i really need it for my laravel projects.
You just forgot a command : install migration table.
Under the folder Artisan in Packages folder :
--…
-
Hello, I downloaded separate country end try to seed it.
And that's what i got.
My commands was:
`php artisan geo:seed --chunk=3000 IN --append`
and
`php -d memory_limit=8000M artisan geo:seed -…
-
Trying to run `php artisan assets:generate` produces an error that I can't seem to resolve.
Full error:
``` bash
[LogicException]
An option named "env" already exists.
```
…
-
### 🚀 Feature Proposal
Commands that affect saved data, should be ignored in the production environment if it has no `force` flag.
The run/revert migration commands and database wipe command, sh…
-
Trying to get the EUR/USD rate from yesterday. Newly created account, everything on newest version.
```
Exchanger\Exception\ChainException
The chain resulted in 1 exception(s):
Runtime…
-
it would be good to have support for the Laravel framework
for example auto-complete available commands with `php artisan` and `sail artisan`
to show available commands run: `sail artisan` or `ph…
-
My server runs multiple versions of php which are called by php, php5, php7, php71 etc.
When running code with the php command, it defaults to php 5.x, which has to be kept this way because of others…