Support the ongoing development of Laravel.io →
behnampmdg3

behnampmdg3

Joined 5 Mar 2014

Statistics

Threads 61
Replies 62
Solutions 8
Articles 0

Can't instal Laravel

Hi Why do I get this error ? behnamjerisimac:development pmdg3$ sudo laravel new blog Crafting appl...

0 Likes
1 Replies

Auth not working!

Hey friends; There are no errors in No errors in storage log. The record exists in the database with...

0 Likes
7 Replies
Solved
posted 11 years ago

Can't show image!

Hi; I get "The image cannot be displayed because it contains errors" message for some reas...

0 Likes
5 Replies
Solved

What to do after deploying site?

Hi; Hooked up the site on Git hub and got it working with Forge sweet. Emails are set up with Google...

0 Likes
2 Replies

If user logged in redirect to profile. Why use filter?

This works fine why use filter? public function home() { if(Auth::check()) return R...

0 Likes
6 Replies
replied 11 years ago

How not to rely on Input facade

Dixter said: Use the IOC Container to automagically inject the request class into your controller a...

0 Likes
replied 11 years ago
0 Likes
replied 11 years ago

How can I pass posted data from a sevice to a controller?

public function store() { $validation = $this->userValidationInterface->validate(Input::...

0 Likes
Solved
replied 11 years ago

How can I pass validation errors and posted data from a sevice to a controller?

Figured it out myself, pretty simple: namespace Acme\Services; use Acme\Interfaces\UserValidationI...

0 Likes
Solved

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.