Skip to main content
0 votes
1 answer
67 views

Tried to find a solution, but couldn't find a similar problem. I have two classes: Product and TempProduct. Both inherit from BaseProduct. BaseProduct doesn't have a table name defined, but Product ...
Marcin Gołuński's user avatar
0 votes
0 answers
51 views

I'm using Laravel with MongoDB via the jenssegers/mongodb package. Currently, I have a many-to-many relationship between Organization and User models, with both collections maintaining arrays of ...
hu7sy's user avatar
  • 981
0 votes
0 answers
38 views

I am trying to implement live chat module in my SaaS module. I am using BeyondCode's Laravel Websockets package for this. This package uses php-pusher and installs it automatically when we install ...
Saswat's user avatar
  • 12.9k
2 votes
2 answers
211 views

I am running phpUnit tests using Laravel Framework Version 9.52.20. The tests work just fine in my local environment and in my CI/CD pipeline. But when I try to run the same tests in my dev ...
hanmari's user avatar
  • 1,504
1 vote
0 answers
88 views

I am developing a Laravel application on Windows OS. Among other things, the application needs to generate reports, including a background image within them. I am using the barryvdh/laravel-dompdf PDF ...
ITgirl's user avatar
  • 11
0 votes
1 answer
131 views

On my local machine, launching the application with php artisan serve, everything works. On the production server, using apache, it gives that error when the blade view is not cached. If I run php ...
Davide Visentin's user avatar
0 votes
0 answers
33 views

We are trying to build a filter system for a list of wines, so we built a step-by-step wizard to set the right filtering. In order to do so, inside the controller that effectively filters wines called ...
Dariustime's user avatar
0 votes
0 answers
38 views

I want to migrate Laravel Lumen from 9 to 10. The composer updated perfectly. But the application is not running and the error comes "Call to undefined method Laravel\Lumen\Routing\Router::...
Rizwan Aslam's user avatar
1 vote
1 answer
59 views

I have a weird bug in my Laravel application where, when I use a file extension in the URL, the application is logging out automatically. After investigating I noticed it only happens when using valid ...
Roel Jansen's user avatar
0 votes
1 answer
246 views

I am new to beyondcode/laravel-websockets and followed instructions .env BROADCAST_DRIVER=pusher PUSHER_APP_ID=livequeueing PUSHER_APP_KEY=livequeueing_key PUSHER_APP_SECRET=livequeueing_secret ...
Demonyowh's user avatar
  • 1,682
0 votes
1 answer
92 views

So editing the config/mail.php during launch time to let each user have their own mail template: Config::set('mail.markdown',[ [ 'theme' => 'domain.com', 'paths' =&...
Neo's user avatar
  • 11.7k
0 votes
0 answers
174 views

can somebody tell me please how to achieve this in astrotomic/laravel-translatable package? I need to add new language to the app dynamically. There is config/translatable.php which contains 'locales' ...
Čamo's user avatar
  • 4,413
0 votes
0 answers
44 views

Laravel SMTP issue: data displays correctly in controller but not in blade email view. I'm working on sending emails using SMTP in Laravel. I'm able to retrieve and verify the correct data in my ...
Abhijeet Kumar's user avatar
1 vote
0 answers
53 views

I have just had my site upgraded to Laravel 10 as part of an uplift. A file has appeared in the site directory called users.######.encrypted and is tagged as a Laravel 9 inclusion. I've removed the ...
Glenn Coyle's user avatar
0 votes
1 answer
50 views

I have the following class: class Testclass { public WebshopappApiClient $client; public function __construct(Webshop $webshop) { $this->client = app()->make(...
chishiki's user avatar
  • 712

15 30 50 per page
1
2 3 4 5
125