I have created 2 tables and UnderFiftyDollars will contain all items under $50 to show on a promotio...
I am working with Jeffery Way's Laravel Commander for a new project using the command bus architectu...
I am new to Laravel. When I run 'php artisan serve' command i am getting the following error when l...
Hi everyone, http://laravel.io/bin/kYVa9 In the above snippet, you may recoil in horror when you see...
i have this code View::composer('includes.navbar', function($view) { $loggedUser = User::Get_User...
I'm getting an error when I wanna insert a lot of items. How can I prevent this of being thrown? It...
i have two tables abc and def. i have models of these two tables named respectively Abc and Def. i A...
Hi. I need to develop a package that's specific to a single project I'm working on. I rather use add...
So I have scope with following code public function scopeSortable( $query ) { if(Input::has(...
I have this problem where laravel ModelNotFound exeption handler catches all exeptions not only rele...
Can anyone point me to the direction on how to fix this? I changed the delimiter to <% %> beca...
Hi, i'm using this form: {{ Form::select('year', [date("Y"), date("Y")+1, date(&...
Hello Im getting this error production.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotF...
Hey guys! I'm new to Laravel and are currently working on a Problem I'm having. Maybe you can help!...
I'm trying make a function that returns false if there is no inventory available. I need it to searc...
Hey guys I have a problem about implementing FacebookRedirectLoginHelper. After I saw following link...
I'm using Redis queues in a project and now I find myself in a position where I need to delete a job...
I used Request::getClientIp() but it get ip my hosting not guest's ip How do i get ip of guest clie...
This is my controller: public function prontuario_index(){ $Prontuarios = Prontuarios::get(15);...
I commiited a laravel project through my github from office PC.It worked nicely there , but when i w...
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