Hi, I' m very new in Laravel and I think it's a very easy-to-learn and powerful tool, now I'm tring...
I am just beginning to learn Laravel 5, I am doing this: public function update($id, Request $reques...
Hi guys, i am sure many of you will find the question repetative and or stupid but what i am trying...
I have several older sites that were built in L3 that I have been maintaining for the last year or s...
Hey, is there a way to extend Illuminate\View\Engines\CompilerEngine? I want to override one of its...
I'm trying to recreate this line from a controller in a PHPunit test in laravel 5. $routes = $this-...
FYI : I'm very new to Laravel and doing my best to learn it properly. Working on an auth driver that...
Hi there! I show you the code and you'll quickly see the problem: This is my routes.php code: ....Ro...
Hello, When I try to vagrant up or vagrant reload in my homestead i give this error! Why? Never I go...
I want to be clear that I am not even remotely asking if I can run laravel off of pivot tables. I ha...
hello, how do I create a route to a folder? I need the contents of the folder is shown in the broswe...
I am refactoring one our search endpoints in our application. Number of Input parameters that effect...
I am trying to implement data version-checking, so that when a user A tries to save data, the operat...
Hi, How i can add relationship into object but don't save it now. Example: $user = new User(); $user...
Hi, I've set up Latchet on my vagrant box and start it using an artisan command on deployment: publi...
I'm building a Laravel app which also includes an API. I'd like to extend the default Laravel auth s...
I cannot work this out. If I dd($comment->user->email) I can get the email address but in the...
I'm trying to create table that I can store email preferences for each user. So far I've created a e...
Hello, I am trying to save some variables on session before i redirect to paypal.. $var = Input::all...
Hey Everyone! I created a simple tool to help with the creation of a couple views: create and edit....
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