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') @...
Hm what you can do is include $user within a partial like so: BaseController: View::share('currentUs...
The problem is not solved yet. Right now I need to manually edit the Homestead.yaml file to switch t...
server { listen 80; server_name laravel.app; root /home/vagrant/code/larabook/public;...
There is no difference. Wtf? It is the same issue as before, I'm only using one shared folder now in...
The Laravel portal for problem solving, knowledge sharing and community building.