-
### Bug description
When using nocache database driver and accessing urls that are longer than the max length of the column it throws a 500 error for that page. This happend to advertisement links, w…
-
Hy!
I have anew laravel 11 project and I have an issue with this package installation.
My `composer.json`:
```json
{
"name": "laravel/laravel",
"type": "project",
"descripti…
-
### What happened?
I tried testing importing from an sql dump using Laravel's squash migrations feature.
https://laravel.com/docs/11.x/migrations#squashing-migrations
I get this error:
```
S…
-
See:
https://github.com/laravel/framework/blob/6e927e78aafd578d59c99608e7f0e23a5f7bfc5a/src/Illuminate/Database/Console/Migrations/MigrateCommand.php
https://github.com/laravel/framework/blob/7.…
-
I am not even quite sure if this is Ilias own problem or this plugin, but I get this when trying to run ilias own setup/cli.php:
```
$ php setup/cli.php status
PHP Warning: Undefined array key "…
-
When running `php artisan migrate` I experience the issue below. I've tried changing the sql mode to no avail.
Im running `Mysql 8.0.33-0 Ubuntu 22.04`
Laravel: `9.52.13`
```
Illuminate\Data…
-
Could you add Laravel 5.5 support?
Debug info:
```
File: /vendor/laravel/framework/src/Illuminate/Database/Connection.php on line: 664
-- | --
Exceptiontype: Illuminate\Database\QueryExcept…
-
Hey!
Trying Laravel for the first time (and installed rethinkDB yesterday, it's amazing!)
`php artisan make:rethink-migration users --create=users`
- the `use Illuminate\Database\Schema\Blueprin…
-
At what seems to be last release migrations are not working.
Exception trace:
```
1 Illuminate\Database\Connection::Illuminate\Database\{closure}("select * from information_schema.tables w…
-
I created a custom BaseMigration class by hand in the migrations directory, but whenever I try to extend my other migration files I get:
``` php
Fatal Error: Class 'BaseMigration' not found in app/da…