Requirements
- Apache, or another compatible web server.
- PHP 5.3+.
Installing 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.
Download & Install
- Download Laravel
- Extract the Laravel archive and upload the contents to your web server.
- Make sure the document root of your web server is the public directory.
- Set the URL of your application in the application/config/application.php file.
- 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!