Problem: The parameter transfer of a blade attribute does not work, the variable in the component is empty. There is no error message, but the variable seems not to have been passed. Solution: Possibly the error lies in the use of an "underscore" in the variable name. [...]Read
🤓 The technology shed
The technical docs and snippets are guides, templates and tools for web programmers. If you find something useful for your project, you are welcome to copy and use it...
Problem: If you are building e.g. a Laravel app and wondering why PHPStorm or WebStorm does not autocomplete your CSS classes in Blade templates or HTML files, it is most likely because the CSS file is too big. [...]Read
Preparation: Homebrew should be installed Valet should be installed and running: https://laravel.com/docs/7.x/valet Browser Extension for PHPSTORM should be installed: https://www.jetbrains.com/help/phpstorm/browser-debugging-extensions.html gerry@webgarten ~ % brew install pecl gerry@webgarten ~ % pecl install xdebug If error message: Warning: mkdir(): File exists in System.php [...]Read