-
Notifications
You must be signed in to change notification settings - Fork 11.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[proposal] some kind of namespacing on globals #6872
Comments
That would go against the whole point of these functions, sorry. They need to be easy to use in views, like the |
@CarstenHoyer how did you work around this and change this variable when working in Drupal sites? |
@rossedman I didn´t. I started using Homestead for Laravel and VDD for Drupal. Much better solution. |
@CarstenHoyer Thats what I was considering. Thanks so much for responding. |
I've got the same problem with Drupal. Follow-up: |
I just installed Drupal and Drush in Homestead using Composer. I know Homestead is made for Laravel, but its just so good :)
When doing anything with Drush I would get:
Drupal also has a base_path global function. I ended up renaming the Laravel base_path to laravel_base_path. Maybe not the prettiest solution, but it looks like it is working for now.
Please consider some solution (probably not mine) to this problem.
EDIT: Same goes for dd()
The text was updated successfully, but these errors were encountered: