和你一样,我们也喜欢优雅的代码!

为 WEB 艺术家创造的 PHP 框架。


        <?php
        
        
        class Idea extends Eloquent
        {
        
        	/**
        	 * Dreaming of something more?
        	 *
        	 * @with Laravel
        	 */
        	 public function create()
        	 {
        	 	// Have a fresh start...
        	 }
        
        }

<?php


class Idea extends Eloquent
{

	/**
	 * Dreaming of something more?
	 *
	 * @with Laravel
	 */
	 public function create()
	 {
	 	// Have a fresh start...
	 }

}
See What's New!

有人提到快速开发吗 ?

飞速交付项目。

简洁明了、优雅的语法。

Value elegance, simplicity, and readability? You’ll fit right in. Laravel is designed for people just like you. If you need help getting started, check out Laracasts and our great documentation.


class Purchase implements ShouldQueue
{

	/**
	 * Purchase a new podcast.
	 */
	 public function handle(Repository $repo)
	 {
	 	foreach ($this->purchases as $purchase)
	 	{
	 		//
	 	}
	 }

为你的团队量身定制。

Whether you're a solo developer or a 20 person team, Laravel is a breath of fresh air. Keep everyone in sync using Laravel's database agnostic migrations and schema builder.


~/Apps $ php artisan make:migration create_users_table
Migration created successfully!

~/Apps $ php artisan migrate --seed
Migrated: 2015_01_12_000000_create_users_table
Migrated: 2015_01_12_100000_create_password_resets_table
Migrated: 2015_01_13_162500_create_projects_table
Migrated: 2015_01_13_162508_create_servers_table

现代化的工具,仿佛在施展魔法。

An amazing ORM, painless routing, powerful queue library, and simple authentication give you the tools you need for modern, maintainable PHP. We sweat the small stuff to help you deliver amazing applications.


Route::resource('photos', 'PhotoController');

/**
 * Retrieve A User...
 */
Route::get('/user/{user}', function(App\User $user)
{
	return $user;
})

Laravel 生态

彻底改变你构建 web 的方式。

Instant PHP Platforms On Linode, DigitalOcean, and more. Push to deploy, PHP 7.1, HHVM, queues, and everything you need to launch and deploy amazing Laravel applications.

Launch your application in minutes!

Forge UI Preview
And so much more!
Valet

A Laravel development environment for Mac minimalists. No Vagrant, no Apache, no fuss.

Cachet

Cachet is the best way to inform customers of downtime. This is your status page.

Mix

Laravel Mix makes front-end a breeze. Start using SASS and Webpack in minutes.

Spark

Powerful SaaS application scaffolding. Stop writing boilerplate & focus on your application.

Lumen

If all you need is an API and lightning fast speed, try Lumen. It’s Laravel super-light.

Statamic

Need a CMS that runs on Laravel and is built for developers and clients? Look no further.