Support the ongoing development of Laravel.io →

step1step2

Joined 3 Aug 2014

Statistics

Threads 10
Replies 29
Solutions 2
Articles 0
posted 9 years ago

Send Email with username and confirmation code

I'm using the mail system of Larabook. I want to send two thing with in the email that gets sent to...

0 Likes
1 Replies

Confirmation Code with Larabook

I want to use a confirmation code in the Larabook application, but it gets more complicated because...

0 Likes
0 Replies

Confide by Zizaco

I just finished the Laracasts Larabook Series and then I discovered Confide by Zizaco. What I don't...

0 Likes
0 Replies

Multiple Laravel Projects using Vagrant

What to do to create a new project? Tried to do this: folders: - map: /Users/usernamer/Desktop/c...

0 Likes
14 Replies

Change layout when user is logged in.

@if ( $currentUser) @extends('layouts.in') @section('content') @else @extends('layouts.login') @...

0 Likes
2 Replies
replied 9 years ago

Send Email with username and confirmation code

Found a solution myself. $data = array('key' => $user->confirmation_code, 'username' => $us...

0 Likes
replied 9 years ago

Remember me with several browsers

I don't know whats your app is about but usually clients only use one browser.

0 Likes
replied 9 years ago

Replacing the Input

You can use Input::merge() to replace single items. Input::merge(array('edit' => 'false')); Look...

0 Likes
replied 9 years ago

Changing database row without knowledge?

Post your migration file in here. Usually it gets done by $table->boolean('active')->default(0...

0 Likes
replied 9 years ago

Laravel 5: Controllers\AuthController does not exist

Hm did you change class name as well? Maybe post you Controller in here.

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.