Hi! I'm starting my adventure with Laravel, and unfortunately I encounered a problem. My app templat...
I have this code in template blase: @section('views', $post->views) when i call the views from t...
Hello world! I am quite new to laravel. Need to add some extra js and css in my own admin. I have la...
I am learning Grunt, NPM, bower and GIT and am making my front-end html as a separate project. By th...
Halo, I am using same view to create a form and edit it. But the edit is not working. Below is the c...
Routes.php Route::post('/status', [ 'as' => 'status', 'uses' => 'StatusController@po...
I'm trying to upgrade a legacy app and there I basically need to echo out a bunch of hierarchical da...
Hello friends, I have five tables and all of them have different number of columns. I want to create...
Hello. I recently finished my website's transition to Laravel and all that is left is the current fo...
I am currently working on my first project in Laravel 5. However I am having issues with my views. I...
I am new to laravel Detailed explanation: I am creating quiz contest website.I have a timer in which...
Hey Guys, I am new to using laravel, I installed and created new laravel project successfully in my...
Situation is, i have html code, what is duplicated in all other templates, for example it's a menu,...
Hi I use paginate() method for pagination it work fine, but <a> tag in blade file have problem...
Hello , I have a Backend directory under the view that have the following structure +view +BackEnd...
I've not found a clear solution about menu state management. I post the way I do. Maybe there are be...
How do i add the value of $course->id to this form so the my route::post(/course/{id}.......... w...
I've setup Laravel 5.1 on ubuntu/thrusty 14.04 using vagrant. I'm using nginx with php5-fpm. I start...
Hello, I need create a form with three selects. These selects contains different values models. How...
Hello, I need fill input text with content of model but I'm not getting. I have a partil view with a...
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