Websitegärtner's tool shed.

A completely disorganised collection of short technical documentation, instructions and templates for self-service. Many of the snippets helped us with web development at the time, but consider the creation date of the contributions as the best-before date, because some of them are no longer "up to date".

Category "laravel".

View all articles
  • Variable not available in blade component

    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 does not appear to have been passed...

    To the article...
  • Tailwind Autocomplete with PHPStorm (WebStorm) does not work

    Problem: If you are creating a Laravel app, for example, and are wondering why PHPStorm or WebStorm does not support autocompletion for your CSS classes in Blade templates, you...

    To the article...
  • Setting up XDebug with PHPStorm and Valet Development Environment

    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...

    To the article...