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
e66d8943
Commit
e66d8943
authored
Apr 03, 2012
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move documentation into bundle.
parent
fdb7b3a7
Hide whitespace changes
Inline
Side-by-side
Showing
44 changed files
with
2 additions
and
2 deletions
+2
-2
bundles/docs/pages/artisan/commands.md
+0
-0
bundles/docs/pages/artisan/tasks.md
+0
-0
bundles/docs/pages/auth/config.md
+0
-0
bundles/docs/pages/auth/usage.md
+0
-0
bundles/docs/pages/bundles.md
+0
-0
bundles/docs/pages/cache/config.md
+0
-0
bundles/docs/pages/cache/usage.md
+0
-0
bundles/docs/pages/changes.md
+0
-0
bundles/docs/pages/config.md
+0
-0
bundles/docs/pages/contents.md
+0
-0
bundles/docs/pages/controllers.md
+0
-0
bundles/docs/pages/database/config.md
+0
-0
bundles/docs/pages/database/eloquent.md
+0
-0
bundles/docs/pages/database/fluent.md
+0
-0
bundles/docs/pages/database/migrations.md
+0
-0
bundles/docs/pages/database/raw.md
+0
-0
bundles/docs/pages/database/redis.md
+0
-0
bundles/docs/pages/database/schema.md
+0
-0
bundles/docs/pages/encryption.md
+0
-0
bundles/docs/pages/events.md
+0
-0
bundles/docs/pages/files.md
+0
-0
bundles/docs/pages/home.md
+0
-0
bundles/docs/pages/input.md
+0
-0
bundles/docs/pages/install.md
+0
-0
bundles/docs/pages/ioc.md
+0
-0
bundles/docs/pages/loading.md
+0
-0
bundles/docs/pages/localization.md
+0
-0
bundles/docs/pages/logging.md
+0
-0
bundles/docs/pages/models.md
+0
-0
bundles/docs/pages/requests.md
+0
-0
bundles/docs/pages/routing.md
+0
-0
bundles/docs/pages/session/config.md
+0
-0
bundles/docs/pages/session/usage.md
+0
-0
bundles/docs/pages/strings.md
+0
-0
bundles/docs/pages/testing.md
+0
-0
bundles/docs/pages/urls.md
+0
-0
bundles/docs/pages/validation.md
+0
-0
bundles/docs/pages/views/assets.md
+0
-0
bundles/docs/pages/views/forms.md
+0
-0
bundles/docs/pages/views/home.md
+0
-0
bundles/docs/pages/views/html.md
+0
-0
bundles/docs/pages/views/pagination.md
+0
-0
bundles/docs/pages/views/templating.md
+0
-0
bundles/docs/routes.php
+2
-2
No files found.
storage/documentation
/artisan/commands.md
→
bundles/docs/pages
/artisan/commands.md
View file @
e66d8943
File moved
storage/documentation
/artisan/tasks.md
→
bundles/docs/pages
/artisan/tasks.md
View file @
e66d8943
File moved
storage/documentation
/auth/config.md
→
bundles/docs/pages
/auth/config.md
View file @
e66d8943
File moved
storage/documentation
/auth/usage.md
→
bundles/docs/pages
/auth/usage.md
View file @
e66d8943
File moved
storage/documentation
/bundles.md
→
bundles/docs/pages
/bundles.md
View file @
e66d8943
File moved
storage/documentation
/cache/config.md
→
bundles/docs/pages
/cache/config.md
View file @
e66d8943
File moved
storage/documentation
/cache/usage.md
→
bundles/docs/pages
/cache/usage.md
View file @
e66d8943
File moved
storage/documentation
/changes.md
→
bundles/docs/pages
/changes.md
View file @
e66d8943
File moved
storage/documentation
/config.md
→
bundles/docs/pages
/config.md
View file @
e66d8943
File moved
storage/documentation
/contents.md
→
bundles/docs/pages
/contents.md
View file @
e66d8943
File moved
storage/documentation
/controllers.md
→
bundles/docs/pages
/controllers.md
View file @
e66d8943
File moved
storage/documentation
/database/config.md
→
bundles/docs/pages
/database/config.md
View file @
e66d8943
File moved
storage/documentation
/database/eloquent.md
→
bundles/docs/pages
/database/eloquent.md
View file @
e66d8943
File moved
storage/documentation
/database/fluent.md
→
bundles/docs/pages
/database/fluent.md
View file @
e66d8943
File moved
storage/documentation
/database/migrations.md
→
bundles/docs/pages
/database/migrations.md
View file @
e66d8943
File moved
storage/documentation
/database/raw.md
→
bundles/docs/pages
/database/raw.md
View file @
e66d8943
File moved
storage/documentation
/database/redis.md
→
bundles/docs/pages
/database/redis.md
View file @
e66d8943
File moved
storage/documentation
/database/schema.md
→
bundles/docs/pages
/database/schema.md
View file @
e66d8943
File moved
storage/documentation
/encryption.md
→
bundles/docs/pages
/encryption.md
View file @
e66d8943
File moved
storage/documentation
/events.md
→
bundles/docs/pages
/events.md
View file @
e66d8943
File moved
storage/documentation
/files.md
→
bundles/docs/pages
/files.md
View file @
e66d8943
File moved
storage/documentation
/home.md
→
bundles/docs/pages
/home.md
View file @
e66d8943
File moved
storage/documentation
/input.md
→
bundles/docs/pages
/input.md
View file @
e66d8943
File moved
storage/documentation
/install.md
→
bundles/docs/pages
/install.md
View file @
e66d8943
File moved
storage/documentation
/ioc.md
→
bundles/docs/pages
/ioc.md
View file @
e66d8943
File moved
storage/documentation
/loading.md
→
bundles/docs/pages
/loading.md
View file @
e66d8943
File moved
storage/documentation
/localization.md
→
bundles/docs/pages
/localization.md
View file @
e66d8943
File moved
storage/documentation
/logging.md
→
bundles/docs/pages
/logging.md
View file @
e66d8943
File moved
storage/documentation
/models.md
→
bundles/docs/pages
/models.md
View file @
e66d8943
File moved
storage/documentation
/requests.md
→
bundles/docs/pages
/requests.md
View file @
e66d8943
File moved
storage/documentation
/routing.md
→
bundles/docs/pages
/routing.md
View file @
e66d8943
File moved
storage/documentation
/session/config.md
→
bundles/docs/pages
/session/config.md
View file @
e66d8943
File moved
storage/documentation
/session/usage.md
→
bundles/docs/pages
/session/usage.md
View file @
e66d8943
File moved
storage/documentation
/strings.md
→
bundles/docs/pages
/strings.md
View file @
e66d8943
File moved
storage/documentation
/testing.md
→
bundles/docs/pages
/testing.md
View file @
e66d8943
File moved
storage/documentation
/urls.md
→
bundles/docs/pages
/urls.md
View file @
e66d8943
File moved
storage/documentation
/validation.md
→
bundles/docs/pages
/validation.md
View file @
e66d8943
File moved
storage/documentation
/views/assets.md
→
bundles/docs/pages
/views/assets.md
View file @
e66d8943
File moved
storage/documentation
/views/forms.md
→
bundles/docs/pages
/views/forms.md
View file @
e66d8943
File moved
storage/documentation
/views/home.md
→
bundles/docs/pages
/views/home.md
View file @
e66d8943
File moved
storage/documentation
/views/html.md
→
bundles/docs/pages
/views/html.md
View file @
e66d8943
File moved
storage/documentation
/views/pagination.md
→
bundles/docs/pages
/views/pagination.md
View file @
e66d8943
File moved
storage/documentation
/views/templating.md
→
bundles/docs/pages
/views/templating.md
View file @
e66d8943
File moved
bundles/docs/routes.php
View file @
e66d8943
...
...
@@ -13,7 +13,7 @@ require_once __DIR__.'/libraries/markdown.php';
*/
function
document
(
$page
)
{
return
Markdown
(
file_get_contents
(
path
(
'storage'
)
.
'documentation
/'
.
$page
.
'.md'
));
return
Markdown
(
file_get_contents
(
__DIR__
.
'/pages
/'
.
$page
.
'.md'
));
}
/**
...
...
@@ -24,7 +24,7 @@ function document($page)
*/
function
document_exists
(
$page
)
{
return
file_exists
(
path
(
'storage'
)
.
'documentation
/'
.
$page
.
'.md'
);
return
file_exists
(
__DIR__
.
'/pages
/'
.
$page
.
'.md'
);
}
/**
...
...
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