• Developer New

    Friday, March 24, 2017

    how to do route group in laravel 5.x

    Route::group(['prefix' => 'admin', 'middleware' => 'auth'], function()
    {
        // Your routes
    
        Route::group(['prefix' => 'commissions'], function()
    
            // Your routes
    
        });
    });
     
     

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel