簡潔明瞭,優美的語法。
想要程式優雅、簡約,還擁有可讀性嗎?或許您將完美契合於此,因為 Laravel 專門設計給如同您一樣的人們。如果您需要任何入門的幫助,請查閱 Laracasts 以及我們 優秀的文件。
為網頁藝術家創造的 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...
}
}
Driver based full-text search for Eloquent, complete with pagination and automatic indexing.
Event broadcasting, evolved. Bring the power of WebSockets to your application without the complexity.
API authentication without the headache. Passport is an OAuth2 server that's ready in minutes.
傳遞優雅的應用程式只需要一瞬間
想要程式優雅、簡約,還擁有可讀性嗎?或許您將完美契合於此,因為 Laravel 專門設計給如同您一樣的人們。如果您需要任何入門的幫助,請查閱 Laracasts 以及我們 優秀的文件。
class Purchase implements ShouldQueue
{
/**
* Purchase a new podcast.
*/
public function handle(Repository $repo)
{
foreach ($this->purchases as $purchase)
{
//
}
}
~/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;
})
徹底改變您建立網站的方式。
瞬間將 PHP 發佈在 Linode、DigitalOcean 或其他平台上。一次擁有推送部署、PHP 7.0、HHVM、隊列,以及任何您打造驚人的 Laravel 應用程式所需之一切。
在幾分鐘內啟動您的應用程式!
Laravel 官方的本機開發環境。由 Vagrant 技術支援,透過 Homestead 讓您的整個團隊開發環境一致,同步使用最新版本的 PHP、MySQL、Postgres、Redis,及其他軟體。
數百部(是的,數百部)的 Laravel 及 PHP 影片教學,而且每週都會有新的影片加入!您可以瀏覽基礎的部分,或是開始精通 Laravel 的旅程。價格就如同您所有午餐的預算。
Make subscription billing painless with built-in Stripe and Braintree integrations. Coupons, swapping subscriptions, cancellations, and even PDF invoices are ready out of the box.
A Laravel development environment for Mac minimalists. No Vagrant, no Apache, no fuss.
OAuth authentication with Facebook, Twitter, Google, LinkedIn, GitHub, and more.