Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 393b5b44
authored
Jul 29, 2020
by
Jonathan Reinink
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update routes
1 parent
c1970f34
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
0 deletions
routes/api.php
routes/channels.php
routes/console.php
routes/web.php
routes/api.php
View file @
393b5b4
<?php
<?php
use
Illuminate\Http\Request
;
use
Illuminate\Http\Request
;
use
Illuminate\Support\Facades\Route
;
/*
/*
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
...
...
routes/channels.php
View file @
393b5b4
<?php
<?php
use
Illuminate\Support\Facades\Broadcast
;
/*
/*
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
| Broadcast Channels
| Broadcast Channels
...
...
routes/console.php
View file @
393b5b4
<?php
<?php
use
Illuminate\Foundation\Inspiring
;
use
Illuminate\Foundation\Inspiring
;
use
Illuminate\Support\Facades\Artisan
;
/*
/*
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
...
...
routes/web.php
View file @
393b5b4
<?php
<?php
use
Illuminate\Support\Facades\Route
;
/*
/*
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
| Web Routes
| Web Routes
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment