/
home
/
techb158
/
ileadtechnology.com
/
SSM
/
vendor
/
milon
/
barcode
/
src
/
/home/techb158/ileadtechnology.com/SSM/vendor/milon/barcode/src
mkdir
upload
Name
Size
Mode
Actions
config/
-
0755
rm
lang/
-
0755
rm
migrations/
-
0755
rm
Milon/
-
0755
rm
views/
-
0755
rm
routes.php
480
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/SSM/vendor/milon/barcode/src/routes.php
(480B)
<?php /* |-------------------------------------------------------------------------- | Milon/Barcode Routes |-------------------------------------------------------------------------- | | Here is where you can register all of the routes for an application. | It's a breeze. Simply tell Laravel the URIs it should respond to | and give it the Closure to execute when that URI is requested. | */ Route::get('/barcodes', function() { return "barcodes"; });
Save