Mail::send Mail::queue //排列一个新邮件发送 Mail::later //在n秒后在发送队列中插入一条新邮件 Mail::queueon //在给定的队列中排列一个新邮件 Mail::pretend() //让mail对象假装发送邮件 Mail::lateron //在n秒后在给定的队列中插入一条新邮件
Hash
Hash::make Hash::check Hash::needsRehash //检测串是否用给定的option hash过
Pagination
Pagination::slider Pagination::simple Paginator::make
Auth
Auth::attempt Auth::check Auth::user()->email; Auth::loginUsingId(1); Auth::validate Auth::once Auth::logout
Event
Event::listen Event::fire Event::queue Event::flusher
App
App::bind App::make(‘foo‘); App::singleton App::instanceApp::resolvingApp::register
Cache
Cache::decrement //对cache中的参数做-1操作 Cache::put Cache::has Cache::add Cache::get Cache::forever Cache::remember Cache::rememberForever Cache::forget Cache::increment //+1操作
时间: 2024-11-05 15:01:54