mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
3.0.6i
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
use \App\Notifications\sms;
|
||||
use Illuminate\Support\Facades\Storage;
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Web Routes
|
||||
@@ -107,11 +108,16 @@ Route::middleware(['auth','staff'])->group(function () {
|
||||
Route::get('/ecc/inventory/{id}/{niveau}/{periode}' , 'ECCController@booking');
|
||||
Route::post('/ecc/inventory/add/{id}/{periode}/{niveau}' , 'ECCController@booking_add');
|
||||
Route::post('/ecc/inventory/remove/{id}/{periode}/{niveau}' , 'ECCController@booking_remove');
|
||||
Route::get('/ecc/list','ECCController@list');
|
||||
|
||||
});
|
||||
/* Other Route */
|
||||
Route::get('/test', function () {
|
||||
|
||||
$fileContents = "1234";
|
||||
|
||||
dd(getStatus());
|
||||
Storage::put('avatars/1', $fileContents);
|
||||
return view('test');
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user