added more route instructions
This commit is contained in:
@ -1,6 +1,11 @@
|
||||
<?php
|
||||
|
||||
// 'portal' middleware applied via App\Providers\Route
|
||||
/**
|
||||
* 'portal' middleware and prefix applied to all routes
|
||||
*
|
||||
* @see \App\Providers\Route::mapPortalRoutes
|
||||
* @see \modules\OfflinePayments\Routes\portal.php for module example
|
||||
*/
|
||||
|
||||
Route::group(['as' => 'portal.'], function () {
|
||||
Route::get('invoices/{invoice}/print', 'Portal\Invoices@printInvoice')->name('invoices.print');
|
||||
|
Reference in New Issue
Block a user