我正嘗試將Laravel 4連接到SQL Server數據庫。我收到一個錯誤,但我認爲這是一個PHP錯誤,而不是Laravel錯誤。它說PDOException: could not find driver。我的驅動程序設置爲sqlsrv,就像database.php文件中的另一個示例。就像我說的,我認爲這是一個PHP錯誤,而不是Laravel。 我在本地Mac上。我需要在我的php.ini文件中
無法設法登錄任何人的想法?我仍然得到重定向到登錄頁面 Route::post('login', function() {
// get POST data
$email = Input::get('username');
$password = Input::get('password');
if (Auth::attempt(array('email' =
讀書,我想獲取集合與參數,所以我簡單地做: var collection = new App.Collections.Tasks
collection.fetch({'title':'foo bar')
現在,我怎麼看這laravel參數?我創建使用PHP taskController工匠,並得到標準: <?php
class TasksController extends BaseCo