Compare commits
4 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
1f74747cd3 | 10 years ago |
|
|
536eb3bb1c | 10 years ago |
|
|
9ff73afab3 | 10 years ago |
|
|
e04f3ff8cc | 10 years ago |
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,5 @@
|
|||||||
|
suites:
|
||||||
|
main:
|
||||||
|
namespace: App
|
||||||
|
psr4_prefix: App
|
||||||
|
src_path: app
|
||||||
@ -1,23 +0,0 @@
|
|||||||
<configuration>
|
|
||||||
<system.webServer>
|
|
||||||
<rewrite>
|
|
||||||
<rules>
|
|
||||||
<rule name="Imported Rule 1" stopProcessing="true">
|
|
||||||
<match url="^(.*)/$" ignoreCase="false" />
|
|
||||||
<conditions>
|
|
||||||
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
|
|
||||||
</conditions>
|
|
||||||
<action type="Redirect" redirectType="Permanent" url="/{R:1}" />
|
|
||||||
</rule>
|
|
||||||
<rule name="Imported Rule 2" stopProcessing="true">
|
|
||||||
<match url="^" ignoreCase="false" />
|
|
||||||
<conditions>
|
|
||||||
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
|
|
||||||
<add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
|
|
||||||
</conditions>
|
|
||||||
<action type="Rewrite" url="index.php" />
|
|
||||||
</rule>
|
|
||||||
</rules>
|
|
||||||
</rewrite>
|
|
||||||
</system.webServer>
|
|
||||||
</configuration>
|
|
||||||
@ -1,15 +1,3 @@
|
|||||||
# Laravel Quickstart - Basic
|
# Laravel Quickstart - Basic
|
||||||
|
|
||||||
## Quck Installation
|
http://laravel.com/docs/quickstart
|
||||||
|
|
||||||
git clone https://github.com/laravel/quickstart-basic quickstart
|
|
||||||
|
|
||||||
cd quickstart
|
|
||||||
|
|
||||||
composer install
|
|
||||||
|
|
||||||
php artisan migrate
|
|
||||||
|
|
||||||
php artisan serve
|
|
||||||
|
|
||||||
[Complete Tutorial](https://laravel.com/docs/5.2/quickstart)
|
|
||||||
|
|||||||
@ -1,45 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>Laravel</title>
|
|
||||||
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=Lato:100" rel="stylesheet" type="text/css">
|
|
||||||
|
|
||||||
<style>
|
|
||||||
html, body {
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
width: 100%;
|
|
||||||
display: table;
|
|
||||||
font-weight: 100;
|
|
||||||
font-family: 'Lato';
|
|
||||||
}
|
|
||||||
|
|
||||||
.container {
|
|
||||||
text-align: center;
|
|
||||||
display: table-cell;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content {
|
|
||||||
text-align: center;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.title {
|
|
||||||
font-size: 96px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="container">
|
|
||||||
<div class="content">
|
|
||||||
<div class="title">Laravel 5</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@ -1,3 +1,2 @@
|
|||||||
*
|
*
|
||||||
!public/
|
|
||||||
!.gitignore
|
!.gitignore
|
||||||
@ -1,2 +0,0 @@
|
|||||||
*
|
|
||||||
!.gitignore
|
|
||||||
Loading…
Reference in new issue