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
211dfc24
Commit
211dfc24
authored
Apr 11, 2014
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into develop
parents
c7dff134
cb21cb8a
Show whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
16 additions
and
3 deletions
+16
-3
.gitattributes
+0
-0
.gitignore
+0
-0
CONTRIBUTING.md
+0
-0
app/config/app.php
+13
-0
app/config/compile.php
+0
-0
app/config/mail.php
+2
-2
app/config/remote.php
+0
-0
app/config/testing/cache.php
+0
-0
app/config/testing/session.php
+0
-0
app/config/workbench.php
+0
-0
app/controllers/BaseController.php
+0
-0
app/controllers/HomeController.php
+0
-0
app/database/seeds/DatabaseSeeder.php
+0
-0
app/filters.php
+0
-0
app/lang/en/pagination.php
+0
-0
app/models/User.php
+0
-0
app/routes.php
+0
-0
app/tests/ExampleTest.php
+0
-0
app/views/emails/auth/reminder.blade.php
+0
-0
artisan
+1
-1
phpunit.xml
+0
-0
public/robots.txt
+0
-0
readme.md
+0
-0
No files found.
.gitattributes
View file @
211dfc24
.gitignore
View file @
211dfc24
CONTRIBUTING.md
View file @
211dfc24
app/config/app.php
View file @
211dfc24
...
...
@@ -56,6 +56,19 @@ return array(
/*
|--------------------------------------------------------------------------
| Application Fallback Locale
|--------------------------------------------------------------------------
|
| The fallback locale determines the locale to use when the current one
| is not available. You may change the value to correspond to any of
| the language folders that are provided through your application.
|
*/
'fallback_locale'
=>
'en'
,
/*
|--------------------------------------------------------------------------
| Encryption Key
|--------------------------------------------------------------------------
|
...
...
app/config/compile.php
View file @
211dfc24
app/config/mail.php
View file @
211dfc24
...
...
@@ -24,7 +24,7 @@ return array(
|
| Here you may provide the host address of the SMTP server used by your
| applications. A default option is provided that is compatible with
| the
Postmark mail service, which will provide reliable delivery
.
| the
Mailgun mail service which will provide reliable deliveries
.
|
*/
...
...
@@ -37,7 +37,7 @@ return array(
|
| This is the SMTP port used by your application to delivery e-mails to
| users of your application. Like the host we have set this value to
| stay compatible with the
Postmark e-mail application
by default.
| stay compatible with the
Mailgun e-mail applications
by default.
|
*/
...
...
app/config/remote.php
View file @
211dfc24
app/config/testing/cache.php
View file @
211dfc24
app/config/testing/session.php
View file @
211dfc24
app/config/workbench.php
View file @
211dfc24
app/controllers/BaseController.php
View file @
211dfc24
app/controllers/HomeController.php
View file @
211dfc24
app/database/seeds/DatabaseSeeder.php
View file @
211dfc24
app/filters.php
View file @
211dfc24
app/lang/en/pagination.php
View file @
211dfc24
app/models/User.php
View file @
211dfc24
app/routes.php
View file @
211dfc24
app/tests/ExampleTest.php
View file @
211dfc24
app/views/emails/auth/reminder.blade.php
View file @
211dfc24
artisan
View file @
211dfc24
...
...
@@ -21,7 +21,7 @@ require __DIR__.'/bootstrap/autoload.php';
|--------------------------------------------------------------------------
|
| We need to illuminate PHP development, so let's turn on the lights.
| This bootstrap
the framework and gets it ready for use,
then it
| This bootstrap
s the framework and gets it ready for and
then it
| will load up this application so that we can run it and send
| the responses back to the browser and delight these users.
|
...
...
phpunit.xml
View file @
211dfc24
public/robots.txt
View file @
211dfc24
readme.md
View file @
211dfc24
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