http - Laravel Overwrite Route::Resource to Alternate Method -
currently working on laravel project. route i'm working defined resource, i'd alter post utilize updateticket() instead of store(). how overwrite post route of defined resource?
the simplest solution phone call updateticket()
in store()
public function store(){ homecoming $this->updateticket(); }
http laravel laravel-routing
No comments:
Post a Comment