For Laravel 4: {{ Form::open(array('url'=>'author/delete', 'method'=>'DELETE', 'style'=>'display:inline;')) }}
@mathowlett10 жыл бұрын
Thanks :)
@proyb212 жыл бұрын
That is possible for Javascript and you could probably Laravel controller return a status to the Javascript for it to display either "success" or "fail".
@LetitRideOut8712 жыл бұрын
Hey.. great tutorials, thanks a bunch! I had a quick question: say you want to delete an author without a page reload. Is this supported and/or secure in laravel?
@jeandeassis10 жыл бұрын
Laravel 4 -> public function destroy() instead of delete_destroy
@wasidhossain384810 жыл бұрын
thanks :-)
@batmanbatmann10 жыл бұрын
Why you dont put more videos?
@WanderleiSilvadoCarmo12 жыл бұрын
I tried that and don't work... Only one this method/action delete/destroy... Do some error in you explain?
@franciscomauri158610 жыл бұрын
Too simple, what matters here is how you delete related table rows..