Support the ongoing development of Laravel.io →
step1step2

step1step2

Joined 3 Aug 2014

Statistics

Threads 10
Replies 29
Solutions 2
Articles 0
posted 11 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
posted 11 years ago

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 11 years ago

Not getting $user after log in, get error Undefined variable: user (View:

Hm what you can do is include $user within a partial like so: BaseController: View::share('currentUs...

0 Likes
replied 11 years ago

Multiple Laravel Projects using Vagrant

The problem is not solved yet. Right now I need to manually edit the Homestead.yaml file to switch t...

0 Likes
replied 11 years ago

Multiple Laravel Projects using Vagrant

server { listen 80; server_name laravel.app; root /home/vagrant/code/larabook/public;...

0 Likes
replied 11 years ago

Multiple Laravel Projects using Vagrant

There is no difference. Wtf? It is the same issue as before, I'm only using one shared folder now in...

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.

© 2026 Laravel.io - All rights reserved.