Emanuel Aguirre

Results 8 comments of Emanuel Aguirre

I'm having this problem too. Where you able to find a workaround on it?

Hi @recca0120, any luck with this issue? 🙏😃

This is because it doesn't exist in packagist no more. https://packagist.org/search/?query=atehnix%2Flaravel-stubs I recommend you clone it and use custom repositories in your composer.json

FYI I still need to add the comment to support this on my code. @adelf ```PHP /** * PhpStorm Laravel-idea plugin helper comment * @routePrefix("admin") * @routeNamespace("App\Http\Controllers") */ Route::prefix('admin') ->namespace('Admin')...

> RouteServiceProvider It is not the default Laravel 5.5 setup. We need a custom logic to better organize routes. ```php public function map() { $this->mapWebRoutes(); } /** * Define the...

@oscarotero I really don't care much about SublimeText, was just a comment. I've solved with not allowing different encoding than UTF8. ``` PHP $filecontent = file_get_contents($file); $encoding = mb_detect_encoding($filecontent, 'ISO-8859-1,...

MIUI Global 12.0.10 here with Xiomi Mi 9 lite device. I can confirm this. > I found out that the cause of this issue was hiding the notch without moving...