-
-
According to the Laravel doc https://laravel.com/docs/5.8/mail#inline-attachments Laravel automatically add the `message` variable inside the template.
But while testing it, phpunit will fail with …
-
Hi,
I'm successfully using al the components you integrated into Themosis and I see they mainly come from Laravel framework, that is great!
But, I've also seen that you haven't still integrated …
-
**Yes, this project is still maintained!**
The current issue is that our (OpenStreetMap Belgium) server and the infrastructure (SQLite) worked perfectly fine for a few region but is undersized for …
-
Hi there!
Thank you for your work! It's wonderful and I really like it. Nevertheless, I'm trying to setup a laravel-harbor workflow and have been following the steps from the docs. I have this erro…
-
Please, can upgrade package to support laravel 11
-
Hi Lasse,
I wanted to share the GitHub Action template that deploys my FilamentPHP (v3.2) app. This template:
- Runs tests
- Triggers a deployment to Laravel Forge
- Submits test and type cove…
-
I am trying this package to modularise one of our application. I have configured Laravel to use pest for testing.
In the main Laravel tree, I have tests/Pest.php configuration file.
I am creatin…
-
I'm unable to send emails via "Send email to all the site maintainers" under the "Project Roles" menu for a newly created project. I'm getting a message when I try that says "There are no site mainta…
-
### What Happened
Imagine if you have a large seeder that takes 5s to run, and you need to test 20 things after that seed.
If you seed at the beginning of each test you would be waiting a 100 s…