-
I followed the installation steps
```bash
composer require nl.idaas/laravel-openid-connect
php artisan migrate
php artisan passport:install --uuids
php artisan vendor:publish --provider="Idaas\…
-
### What happened?
I can't set the defaultPerPage anymore for my DataTables (nothing in my session), it always fallbacks to the first option of the setPerPageAccepted (for me, 10 instead of 25).
L…
-
Hi, I am using Herd for installation of the project . i have followed all the steps mentioned in https://docs.invoiceshelf.com/developer/laravel-herd.html . but after running "php artisan migrate" com…
-
when i run
`php artisan migrate`
i gat an error:
```
> Fatal error: Uncaught Error: Class 'Illuminate\Foundation\Application' not found in /var/www/html/laravel-gitscrum/bootstrap/app.php on…
-
Migrating: 2014_10_12_000000_create_users_table
In Connection.php line 664:
SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (SQ
…
-
php artisan elfinder:publish
- no such command.
```
[RuntimeException]
Error Output:
[InvalidArgumentException]
There are no commands defined in the "elfinder" namespace.
```
may be it s…
-
# Bug report
### What I did
I'm using lat, lng, location on datbaase, as explained in the documentation.
If I click to set the pin on the map, instead of drag'n'dropping it, an empty set of lat…
-
Module '"@emotion/css"' has no exported member 'CSSInterpolation'
package.json
```json
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "…
-
### What happened?
I'm following this [guide](https://frankenphp.dev/docs/laravel/#laravel-apps-as-standalone-binaries) for a newly created Laravel 11 project. But I'm getting the error below when …
-
Hello there! I'm a beginner with Laravel and I recently forked the repository to work on a project. I successfully cloned the repository. However, I am currently stuck right after running the `compose…