git – the simple guide
just a simple guide for getting started with git. no deep shit 😉
If you have the following URLs: (They all share the first part of the URL – /control-panel/{team_id}) Then you don’t have to write out the routes like this: Instead, you can group the routes and add a prefix: Putting a group within a group You can also put a Route::group() inside another one.