Support the ongoing development of Laravel.io →

logaso

Joined 12 Aug 2014

Statistics

Threads 2
Replies 5
Solutions 0
Articles 0

database seeding laravel 4.3

use Illuminate\Database\Seeder; class DatabaseSeeder extends Seeder { /** * Run the database se...

0 Likes
2 Replies
posted 9 years ago

Question about Overwriting Sections

hay, i can't understand this part in laravel doc when they said : Overwriting Sections By default, s...

0 Likes
0 Replies
replied 9 years ago

Position of Routes in Routes file determines if the page will show or not

AlexCutts said: Any wildcard routes (so in your example {username} and {title} must come after all...

0 Likes
replied 9 years ago

Undefined variable in a child view

that's normal, because you extends the master page !

0 Likes
replied 9 years ago

Auth::attempt() fails

you need to have a table users with fields : email and password hashed, and then try to enter this e...

0 Likes
replied 9 years ago

Auth::attempt() fails

try this in your form : {{Form::open(array('url' => '/', 'class' => 'login', 'method' => '...

0 Likes
replied 9 years ago

Auth::attempt() fails

paste your routes file code

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.