-
I am attempting to update a Laravel 10 project to v11, and v11 requires `symfony/console` `v7`. The current version of this project (`v3.0.0-alpha.1`) only supports `"^5.0|^6.0"`.
Are there any pla…
-
Hey,
I get this error when extending RoleModel. Is this an incompatibility with the current Laravel version? In an old project with Laravel 4.0.10 it's working.
Thanks in advance!
-
I create new Taxonomy - test.
I desable seo on Section Defaults page
![image](https://github.com/statamic/seo-pro/assets/119051067/d2e0b017-9304-4ecb-8816-eba16af98ab7)
when I reloading page SEO…
-
```
[2017-02-10 13:13:49] local.ERROR: Symfony\Component\Debug\Exception\FatalThrowableError: Call to undefined method Dingo\Api\Auth\Auth::handle() in /home/vagrant/projects/myproject/vendor/laravel…
-
I've installed chatter in laravel 5.3, at first i got error with Parse error: syntax error, unexpected ''Laravel'' so i commented out my app.blade.php at line 40
`{{-- {{ config('app.name', add "Lara…
-
A sample request for registration:
```json
email:"nomen@nomen.com"
name:"nomen"
password: "nomen"
```
The output:
```
Illuminate\Database\QueryException: SQLSTATE[HY000] [2002] Connectio…
-
### Support guidelines
- [X] I've read the [support guidelines](https://github.com/anonaddy/docker/blob/master/.github/SUPPORT.md)
### I've found a bug and checked that ...
- [X] ... the documentat…
-
Today I tried to update one of my old PHP projects and wanted to have Laravel's Eloquent (and other gimmicks) without entire Laravel, so I used your project. But I hit an issue right away, when I conf…
-
- Laravel CRM Version: 0.19.10
- PHP Version: 8.2
### Description:
On clean install (steps from offcial documentation) throws error while migrating 2024_02_15_172046_add_client_to_laravel_crm_dea…
-
When running the queue worker with on a Laravel Notification that returns a mail and a database entry it causes a crash, because of the function getJobId that expects a string but returns a int.
![…