-
Notifications
You must be signed in to change notification settings - Fork 254
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
ziggy dont return trust url #121
Comments
Are you trying to get the generated url? You might want to try It's documented here. |
hi |
You might want to read this |
use i.e – |
hi , i use Laravel 5.5 and when use ziggy , this just return a js Object

for example i have this route in my web.php :
Route::get('get-additions/{id}', 'PlansController@get_additions') ->name('get_additions');
when i use ziggy :
console.log('ROUTE : ', route('admin.plans.get_additions', [plan_id]));
return this :
i want use this in Angular js.
Tnx...
The text was updated successfully, but these errors were encountered: