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...
hi guys i have no error and log my problem is when i click submit it give me this url http://localho...
I have catalog with nested categories and items. Now I have maximum 4 level of depth. Routing for su...
I have a master.blade.php and I want a universal navbar that will take the titles of all blog posts...
Hi! I'm trying to @yield a "app.blade.php" file from my "/" page named "hom...
the pdf file generated using laravel-dompdf doesnot support nepali letters, i have set the utf8 meta...
Hi guys, I'm using elixir and I can't get to work any JS using JQuery I keep getting this : var jQue...
Route not working: Route::get('/', 'Client\WelcomeController@index'); But when i edit it like, it w...
i have layout.blade.php, in there have included jquery plugin <!DOCTYPE html> <html lang="e...
routes.php: Route::get('users/{id}/edit', array('before' => 'auth|admin', 'uses' => 'UserContr...
I am new to web development.I am using laravel for my app where i used blade templates for creating...
there is a view rendering a list of people in an html table with columns like "firstname",...
I have set up this in database.php 'testdb' => [ 'driver' => 'sqlsrv', 'host' => env(...
Hi, I am in efforts to get unique value to show in View Blade , I need to print Country Name single...
i'm start learn laravel few days ago, i try to follow tutorial in laravel 4 but i am using laravel 5...
Hi, I've just configured my routes correctly as i do usually: Route::get('/news/', 'PagesController@...
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