Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
syncEnrollments
Project
Project
Details
Activity
Releases
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yeray Santana Hualde
syncEnrollments
Commits
2b0969e1
Commit
2b0969e1
authored
Jul 14, 2011
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edited readme.md via GitHub
parent
b2b40a24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
1 deletion
+30
-1
readme.md
readme.md
+30
-1
No files found.
readme.md
View file @
2b0969e1
...
...
@@ -48,4 +48,33 @@ Laravel is a clean and classy framework for PHP web development. Freeing you fro
### Other Topics
-
<a
href=
"#lang"
>
Localization
</a>
-
<a
href=
"#crypt"
>
Encryption
</a>
\ No newline at end of file
-
<a
href=
"#crypt"
>
Encryption
</a>
<a
name=
"installation"
></a>
## Requirements & Installation
### Requirements
-
Apache, nginx, or another compatible web server.
-
PHP 5.3+ (which supports namespaces, closures, etc.)
### Installation
1.
Download Laravel
2.
Extract the Laravel archive and upload the contents to your web server.
3.
Set the URL of your application in the
**application/config/application.php**
file.
4.
Navigate to your application in a web browser.
If all is well, you should see a pretty Laravel splash page. Get ready, there is lots more to learn!
### Extras
Installaing the following goodies will help you take full advantage of Laravel, but they are not required:
-
SQLite, MySQL, or PostgreSQL PDO drivers.
-
Memcached or APC.
### Problems?
-
Make sure the
**public**
directory is the document root of your web server.
-
If you are using mod
\_
rewrite, set the
**index**
option in
**application/config/application.php**
to an empty string.
\ No newline at end of file
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