-
I am getting error when I am cloning your repo. it says
``` php
PHP Fatal error: Class 'PHPLang\DataSource\HackerNews' not found in /opt/lampp/htdocs/php-lang-master/app/commands/TestCommand.php on …
-
I installed Baum, and added it to config/app.php like so: `Baum\Providers\BaumServiceProvider::class,`
But when running the command "php artisan baum:install Thing2"
I get:
> [Symfony\Component\Con…
-
I made some changes for the coins in the .env and .env.example
Someone know how to fix it?
![image](https://github.com/eckmarcommunity/eckmar/assets/152064237/f49eefc6-507b-41be-8c78-6b4f12af0fc…
-
**Feature Summary**
We need to add database seeders so we can inject the default data upon installation. These seeders run when you run the `php artisan db:seed` command.
**Questions to Answer**…
-
I have already checked the following issues, and nothing resolves it.
https://github.com/pixelfed/support/issues/37
https://github.com/pixelfed/pixelfed/issues/2192
Redis is running and verifie…
-
I wanted to try Anbu, but after updating composer and setting the service provider im getting exception 'Illuminate\Container\BindingResolutionException' with message 'Target [Anbu\Repositories\Reposi…
bart updated
10 years ago
-
when I'm on running "php artisan vendor:publish"
I get this. I tried Everything the possible solutions but nothing works
I already added the provider in my app.php file.
[Symfony\Component\Deb…
-
Hi,
First of all, thanks for this amazing plugin. We use it for 1.5 years now and it works flawlessly. There is however one issue we encounter when migrations fail. What we want is that the command…
mdbw3 updated
3 months ago
-
**Describe the bug**
When running `php artisan scout:import` I'm seeing my mail templates get dumped in the console.
**To Reproduce**
I have this mail view:
app\Domain\Reports\Mail\views\r…
-
Based on the following pull-request I saw this morning:
https://github.com/laravel/laravel/pull/4673
I am not a fan of just adding all language packs to the default installation. This just gives t…