use Illuminate\Database\Seeder; class DatabaseSeeder extends Seeder { /** * Run the database se...
hay, i can't understand this part in laravel doc when they said : Overwriting Sections By default, s...
AlexCutts said: Any wildcard routes (so in your example {username} and {title} must come after all...
you need to have a table users with fields : email and password hashed, and then try to enter this e...
try this in your form : {{Form::open(array('url' => '/', 'class' => 'login', 'method' => '...
The Laravel portal for problem solving, knowledge sharing and community building.
The community