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...
Would be honoured to have a bit of your time :) So I have validated and authenticated a user and upo...
when trying to extract some values from the database using the model object User I get the following...
when trying to extract some values from the database using the model object User I get the following...
how to show pagination even if there is only one page?
$data['photos'] = Userdata::where('name', '=', 'main_photo')->orderBy('updated_at', 'desc')->p...
Hello, I wish to set headers to all http requests in Laravel 3.2 header('Cache-Control', 'nocache,...
Hello, for my requirement, i need to strap referrer data so i am using like this {{ route('go', arra...
Hi everyone, I created I small application and it's working smoothly in internal network. I've then...
how to show custome error pages, 400, 404, 500 read the docs but still couldn't get the hang of it.....
Hello, I am working on creating a PDF for download from a view. It was working but all of a sudden...
Yesterday my laravel connection worked. Now it does not work anymore. This is the error i see: Sessi...
is there a way to achieve this: Master.blade.php <html> <body> Master @yield('bo...
I try to use a presenter, to reduce my view. Indeed, i got different sensor types (RESISTIVITY, TEMP...
Hi, I'm a beginner with laravel and i had two really big difficulty with the documentation and then...
I'm trying to make simple example of reading data from multiple sources, storing that data in associ...
I have the following tables set up widgets table: id, name, widget_types_id widget_types table: id n...
Hello Im learning Laravel, and by now i hanging with generating urls. Ive installed my laravel proje...
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.