Open Issues Need Help
View All on GitHubLaravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
Laravel is a web application framework with expressive, elegant syntax.
AI Summary: The task is to fix a bug in Laravel's `Env` class where single quotes are incorrectly escaped when writing environment variables. The `writeVariable` method needs to be updated to correctly handle single quotes without escaping them unnecessarily, ensuring the `.env` file is properly formatted.
Laravel is a web application framework with expressive, elegant syntax.
AI Summary: The task is to debug a Laravel Blade template that uses the `@json` directive. The `@json` directive is throwing an "Unclosed '['" error when attempting to render a collection of objects with an 'icon', 'title', and 'description' property. The issue seems to be related to the `description` property, as removing it resolves the error. The goal is to identify why the `@json` directive is failing with the `description` property included and provide a solution that allows the entire object to be rendered correctly without resorting to `json_encode`.
Laravel is a web application framework with expressive, elegant syntax.
AI Summary: The task is to analyze the impact of a recent change in Laravel's `Js::from` helper on the conversion of paginators to JSON objects. The change breaks existing functionality that uses `Js::from` to pass paginators as props to Vue components. The solution might involve creating an opt-in mechanism for the new behavior or modifying the helper to handle paginators differently, ensuring compatibility with existing code.
Laravel is a web application framework with expressive, elegant syntax.
AI Summary: The task is to enhance Laravel's exception renderer to handle file paths within Docker containers. Currently, the renderer uses absolute paths inside the container, making editor links unusable on the host machine. The solution involves adding configuration options (similar to Spatie Ignition's `IGNITION_LOCAL_SITES_PATH` and `IGNITION_REMOTE_SITES_PATH`) to map container paths to host paths, allowing developers to easily open files in their editors from error pages even when running Laravel within a Docker environment.
Laravel is a web application framework with expressive, elegant syntax.
AI Summary: The task is to fix a bug in the Laravel framework's database schema builder. Currently, string column defaults are not properly escaped when containing apostrophes, leading to SQL syntax errors. The solution involves modifying the `getDefaultValue` function in the `Grammar.php` file to properly escape these apostrophes before adding them to the SQL query.
Laravel is a web application framework with expressive, elegant syntax.
AI Summary: The task is to modify Laravel's MySQL schema grammar to handle inconsistencies in how MariaDB versions report default string values for columns. Older versions don't quote the string, while newer versions do, causing discrepancies when retrieving column details using `Schema::getColumns`. The solution involves adjusting the `compileColumns` method to consistently return unquoted strings, regardless of the MariaDB version.
Laravel is a web application framework with expressive, elegant syntax.