1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 14:14:04 +00:00

Fix #7 - tenant assets

This commit is contained in:
Samuel Štancl 2019-01-20 14:52:14 +01:00
parent 25bc3f81b3
commit 3a6ceed992
4 changed files with 38 additions and 1 deletions

5
src/routes.php Normal file
View file

@ -0,0 +1,5 @@
<?php
Route::get('/tenancy/assets/{path}', 'Stancl\Tenancy\Controllers\TenantAssetController@asset')
->where('path', '(.*)')
->name('stancl.tenancy.asset');