-
help me, im using Laravel 5, but the email didnt sent to destination.
when i print $result[0]["reject_reason"] the result is invalid-senderNULL,
can you help me??
if im using mandrill for…
-
Please share your experience with Laravel Talk. Its helps to make the project better.
nahid updated
3 years ago
-
We are currently getting an unhandled 500 server error on production because the SMTP credentials we were using were invalidated. Now whenever somebody tries to sign up for a shift it says "Whoops. So…
-
When I update Laravel 5.3 > 5.4 I get the following message.
Call to undefined method Illuminate\Routing\Route::getUri()
I needed to change the file tracker\src\Data\RepositoryManager.php
Lin…
-
Running this package (latest) locally I am getting this error on the toolbar.
- PHP: 7.4.7
- Laravel: 7.17.2
```
An 500 error occurred while loading the Telescope Toolbar. Make sure you config…
-
I have checked this
```php
/** @var \Symfony\Component\HttpKernel\Exception\HttpException $ex */
$http_code = $ex->getStatusCode();
```
And `$ex->getStatusCode()` indeed returns `404`, but at the…
-
- Laravel Version: ^10.10
- PHP Version: 8.1
- Laravel-admin: ^1.8
### Description:
Hi Team,
I am using the hasMany form and I use the `->rules('required')` for the form required field when I c…
-
I am receiving the following error after following the instructions to install virtualenv.
```
193: 212: Error: Command failed: curl -H Expect: -s --data-binary @- localhost:10881?mode=completions…
-
当前版本兼容laravel8吗?
-
I am using [laravel websockets](https://beyondco.de/docs/laravel-websockets/getting-started/introduction) on backend, and testing device is iPhone
### Code Sample
```
import 'package:laravel_ec…