in native PHP I use to do this $var = isset($_GET['val']) ? $_GET['val'] : 1; then switch case 1: in...
I'm developing an image sharing platform, but when I want to load an page with a lot of images I oft...
for some reason it doesnt return null anymore though I didnt know why it works. now I want to popula...
[ View A] -> ( Form ) -> [ Controller A ] -> [ Controller B ] -> [ View A ] From View A...
Hi Guys, I am Pretty New To Developing in PHP + Laravel, I was recently learning to Code Raw PHP whe...
My project on loyalist is working perfectly But when I uploaded to production server some routes wer...
Hello, I have these two routes: Route::get('{id}', ['as' => 'UserProfile', 'uses' =>'UserC...
Hey, I'm trying to export blade.php as pdf with Laravel-snappy When I try to access that, Error in t...
I have declare a variable in blade template, now i need to concatenate it in style sheet path. I wan...
Recursive menu, created this menu and is working as I want, but the is that it is creating two eleme...
Hello, i'm using a open source template for my laravel app, these are in my routes.php file Route::...
I have a simple form. In my blade view, I open it like this: {{ Form::model($alum, ['route' => ['...
I want to show on the page data from two tables but with a little condition and I can't figured it o...
I stumbled onto this suuuper simple way to initialize an endless scroller through jQuery Here is the...
I'm having this strange behavior in Laravel 5.1 where when I call the relation of an eloquent model...
Hey, in Laravel 4 it was possible to define the master layout in the controller, so that it was used...
Hi. This is a code for search. Anyway each time i try to search with a term that is NOT in the datab...
Hello, I have implemented a simple code just to try using "@yield", that is the code: -The...
I keep getting an error when submitting form using Ajax post 500 (Internal Server Error). I am using...
Hi, someone knows if nested @can statements are supported in laravel? view.blade.php @can('list')...
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