Hi fellows I have a "layout.blade.php" with a @yield('content') and a login.blade.php with...
Hey guys! I'm completely new to Laravel but I really like it so far :) After playing around a bit, I...
As in the title, trans() is working totally fine on my local dev machine. On the server though, it's...
I'm trying to use Auth functionality. The problem is that if in my view i have the following code: &...
Hi Guys, I need to get the view data i found the View::getData() method in the api but i can not cal...
Hello Guys. When i use image or mimes validation i face with this error Symfony \ Component \ HttpFo...
Whats the best way / practice of dealing with the following base template (includes header and foot...
Hi guys, I'm trying to follow the tutorial here with limited success. I'm stuck following the exampl...
Just installed laravel 4 trying it out seeing if it has some better features than codeigniter. Just...
I'm starting with laravel and I'm having this probelm: I have 2 routes that seems to 'interfere' wit...
I am using a restful controller like so: Route::resource('objectives', 'ObjectiveController'); but I...
So here is a conundrum I have been pondering for quite some time now, it's not strictly Laravel rela...
Hi, I have, say, 'User' model that has many 'Addresses'. Both User and Address models have fields wi...
Hello everyone! I actually struggle trying to add elements to the DOM using jquery. The data I want...
I'm in the midst of building a pretty large website with a lot of different content on each page. I...
I am making a site for a friend that everything on the pages are going to be editable through and ad...
Hey, take a look at the examples: echo public_path(); // C:\Users\JohnDoe\laravel\public vs echo ur...
Is there a way to set the baseUrl for the system. I know we can set the url in the app config file b...
Hi community, I have a form where I'm using Form::checkbox() helper, it's works just fine, but when...
Hey guys, I've got this view, and im passing a variable to it, however it returns an error to me. Th...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community