Oleg Dmitrochenko
Oleg Dmitrochenko
> E.g.: > $router->get('/users/forgot_password', 'UserController@forgotPassword'); > or > $router->get('/users/forgot-password', 'UserController@forgotPassword'); > or > $router->get('/users/forgotPassword', 'UserController@forgotPassword'); > > there's no clue in [Resource Controllers doc](https://laravel.com/docs/master/controllers#resource-controllers), but I guess **forgot-password** seems to...
@anandiamy I see several reasons: 1. In a text editor, to select a whole phrase, you need to double-click the mouse. The phrase should be separated by the symbol "_",...
Also magic properties of classes get deprecated sometimes. ```php /** * @property int $magicProperty A value of the magic property. @deprecated v1.5 Will be removed. */ ```
In my case it is migrations: ```php /** * @see project://database/migrations/2021_05_28_085014_delete_calculator_contract_table.php */ // or /** * @link project://database/migrations/2021_05_28_085014_delete_calculator_contract_table.php */ ```
Without changes. https://yadi.sk/i/YCjDCPaDXTvgyg
I tried on your website. Also, I just downloaded the archive and tried it on my computer. Without changes.
Magic properties of classes also can be deprecated. ```php /** * @property int $magicProperty A value of the magic property. @deprecated v1.5 Will be removed. */ ```
@rangav Yes, I switch on another request, but the last one is loading and I am waiting it. If it is possible I would like to see the status at...
Related: https://github.com/rangav/thunder-client-support/issues/194 Hello, @rangav I've faced the case when I cannot test endpoints without JS or another language where I need to generate data before sending and set up them...
Please, add optionally add cookies to next requests. Thanks.