Alex Vanderbist

Results 48 comments of Alex Vanderbist

Hi @luca-alsina, this sounds like a configuration issue. Can you compare your `config/flare.php` with the default config file found here? https://github.com/spatie/laravel-ignition/blob/main/config/flare.php

Hi there, for some reason it seems like your application's config is missing some important keys... This might be due to config caching. I'd recommend trying `php artisan config:clear` and...

Hi there! Can you try opening this page in Incognito mode (or without any extensions enabled)? It seems like there's some additional JavaScript injected into the Ignition page that isn't...

Hi @Messhias, please make sure that debug mode is turned off (`APP_DEBUG=false`) in your production environment. Additionally, please also make sure that the `IGNITION_ENABLE_RUNNABLE_SOLUTIONS` environment variable is either not set...

Hi there! Thanks for your patience and for the PR. Running solutions is disabled on non-local environments (regardless of `APP_DEBUG`) because a lot of people new to the framework tend...

Hi again, when #111 is merged and tagged, you should be able to set `IGNITION_ENABLE_RUNNABLE_SOLUTIONS=true` to allow runnable solutions everywhere, regardless of environment.

Hi @eusonlito, are you talking about not being able to horizontally scroll to the right, or is the end of the string getting hidden behind the fade-out?

Hi there, thanks for the PR! Code looks good but to avoid having two very similar environment variables (`IGNITION_ALLOW_LOCAL_USAGE` and `IGNITION_ENABLE_RUNNABLE_SOLUTIONS`) we decided to take it in a slightly different...

Hi @eusonlito, great idea. I've tried to select, and accidentally collapsed the SQL fields too many times. If you, or anyone else feels up to the challenge, feel free to...