I'm using the mail system of Larabook. I want to send two thing with in the email that gets sent to...
I want to use a confirmation code in the Larabook application, but it gets more complicated because...
I just finished the Laracasts Larabook Series and then I discovered Confide by Zizaco. What I don't...
What to do to create a new project? Tried to do this: folders: - map: /Users/usernamer/Desktop/c...
@if ( $currentUser) @extends('layouts.in') @section('content') @else @extends('layouts.login') @...
Found a solution myself. $data = array('key' => $user->confirmation_code, 'username' => $us...
I don't know whats your app is about but usually clients only use one browser.
You can use Input::merge() to replace single items. Input::merge(array('edit' => 'false')); Look...
Post your migration file in here. Usually it gets done by $table->boolean('active')->default(0...
Hm did you change class name as well? Maybe post you Controller in here.
The Laravel portal for problem solving, knowledge sharing and community building.
The community