Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
UserAdminV2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
庄欣
UserAdminV2
Commits
737b5eb3
Commit
737b5eb3
authored
Jun 22, 2016
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stub notifications
parent
b7875865
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
app/Notifications/.gitkeep
+0
-0
config/app.php
+13
-0
No files found.
app/Notifications/.gitkeep
0 → 100644
View file @
737b5eb3
config/app.php
View file @
737b5eb3
...
@@ -4,6 +4,18 @@ return [
...
@@ -4,6 +4,18 @@ return [
/*
/*
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
| Application Name
|--------------------------------------------------------------------------
|
| This value is the name of your application. This value is used when the
| framework needs to place the application's name in a notification or
| any other location as required by the application or its packages.
*/
'name'
=>
'My Application'
,
/*
|--------------------------------------------------------------------------
| Application Environment
| Application Environment
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
|
|
...
@@ -140,6 +152,7 @@ return [
...
@@ -140,6 +152,7 @@ return [
Illuminate\Foundation\Providers\FoundationServiceProvider
::
class
,
Illuminate\Foundation\Providers\FoundationServiceProvider
::
class
,
Illuminate\Hashing\HashServiceProvider
::
class
,
Illuminate\Hashing\HashServiceProvider
::
class
,
Illuminate\Mail\MailServiceProvider
::
class
,
Illuminate\Mail\MailServiceProvider
::
class
,
Illuminate\Notifications\NotificationServiceProvider
::
class
,
Illuminate\Pagination\PaginationServiceProvider
::
class
,
Illuminate\Pagination\PaginationServiceProvider
::
class
,
Illuminate\Pipeline\PipelineServiceProvider
::
class
,
Illuminate\Pipeline\PipelineServiceProvider
::
class
,
Illuminate\Queue\QueueServiceProvider
::
class
,
Illuminate\Queue\QueueServiceProvider
::
class
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment