喜歡優美的程式碼?我們也是。

為網頁藝術家創造的 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 In 5.3!

快速開發?

傳遞優雅的應用程式只需要一瞬間

簡潔明瞭,優美的語法。

想要程式優雅、簡約,還擁有可讀性嗎?或許您將完美契合於此,因為 Laravel 專門設計給如同您一樣的人們。如果您需要任何入門的幫助,請查閱 Laracasts 以及我們 優秀的文件


class Purchase implements ShouldQueue
{

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

為了您的團隊量身打造。

無論您是獨自開發還是二十人的團隊,Laravel 讓您耳目一新。使用遷移以及結構生成器讓每個人都同步使用 Laravel 的資料庫。


~/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

現代化的工具組,彷彿施展魔術。

透過驚豔的 ORM、輕鬆上手的路由、強大的隊列函式庫,以及易用的認證,這些工具讓您的 PHP 現代化且易維護。我們用盡全力打造這些小東西,只為了幫助您打造驚人的應用程式。


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

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

Laravel 生態系統

徹底改變您建立網站的方式。

瞬間將 PHP 發佈在 Linode、DigitalOcean 或其他平台上。一次擁有推送部署、PHP 7.0、HHVM、隊列,以及任何您打造驚人的 Laravel 應用程式所需之一切。

在幾分鐘內啟動您的應用程式!

Forge UI Preview
And so much more!
Valet

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

Socialite

OAuth authentication with Facebook, Twitter, Google, LinkedIn, GitHub, and more.

Elixir

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

Spark

Powerful SaaS application scaffolding. Stop writing boilerplate & focus 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.