-
## composer.js
{
"name": "laravel/laravel",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"license": "MIT",
"require": {
"laravel/framewor…
-
````
1) Tests\Unit\CustomValidationTest::validate_user_status_cannot_be_updated_from_locked_to_active
LostInTranslation\Exceptions\MissingTranslationException: Could not find translation for "valida…
-
Hi there guys,
I have some really weird issue implementing this package in a project of mine. This is weird, since I have two other projects with this package working.
The error I am receiving w…
-
I encountered this deprecated warning when testing the notification channel from tinker:
`PHP Deprecated: is_file(): Passing null to parameter #1 ($filename) of type string is deprecated in C:\larav…
-
**Describe the bug**
Hi all,
I am using the **Sanctum SPA Authentication (CSRF protection)** system for my application Authentication. It is working well. But I am unable to authenticate broadcastin…
-
This repository/project is mostly focused on flushing out the mechanics of using Behat in the context of testing an API. Super early WIP (https://github.com/erikthedeveloper/le-testing-api-with-behat-…
-
### Bug report
In Laravel it is possible to ignore certain Exceptions: https://laravel.com/docs/10.x/errors#ignoring-exceptions-by-type
Many are also already ignored by default, such as "ModelNotF…
-
I see people here complaining that testing is different in Laravel 5.4 and using a compatibility package for this.
If you have an old project and you want to use the compatibility package that ok. Bu…
ghost updated
7 years ago
-
### What happened?
I am not able to configure the postmark for email settings
### How to reproduce the bug
When you select Postmark and save the token. Fill in the form and click send test email. T…
-
## Package version
v4.5.0
## Describe the bug
I'm very happy with the package, but I'm refactoring some things I had using the original Elasticsearch library, and when refactoring to use model X…