Support the ongoing development of Laravel.io →
Configuration Jobs Testing
Last updated 1 year ago.
0

I think you are looking for RESTful Controllers

So in your route file you only have

Route::controller('admin', 'AdminController');

and in your controller

class AdminController extends BaseController {

    public function getPaginate()
    {
        //
    }

    public function postUpdate()
    {
        //
    }

}
Last updated 1 year ago.
0

No without defining in route can i access the controller directly and also the route with multiple parameter Admin/index/ $1 / $2 / $3 / $4 / $5 / for multiple parameter

Last updated 1 year ago.
0
Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

mukeshp004 mukeshp004 Joined 23 Jun 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.