Support the ongoing development of Laravel.io →

2,053 Threads

How to add variables to file upload form and fetch it from the route?

How do i add the value of $course->id to this form so the my route::post(/course/{id}.......... w...

0 Likes
0 Replies

@include 502 bad gateway

I've setup Laravel 5.1 on ubuntu/thrusty 14.04 using vagrant. I'm using nginx with php5-fpm. I start...

0 Likes
1 Replies

using many models in a view

Hello, I need create a form with three selects. These selects contains different values models. How...

0 Likes
2 Replies
Solved

post method gives blank page

hi guys i have no error and log my problem is when i click submit it give me this url http://localho...

0 Likes
1 Replies
posted 8 years ago

Catalog routing error

I have catalog with nested categories and items. Now I have maximum 4 level of depth. Routing for su...

0 Likes
2 Replies

How to pass data to a master.blade.php

I have a master.blade.php and I want a universal navbar that will take the titles of all blog posts...

0 Likes
4 Replies
posted 8 years ago

Unable to @yield

Hi! I'm trying to @yield a "app.blade.php" file from my "/" page named "hom...

0 Likes
3 Replies
Solved
posted 8 years ago

Cannot use nepali unicode in laravel-dompdf

the pdf file generated using laravel-dompdf doesnot support nepali letters, i have set the utf8 meta...

0 Likes
0 Replies

require('jquery') not defined using elixir

Hi guys, I'm using elixir and I can't get to work any JS using JQuery I keep getting this : var jQue...

0 Likes
0 Replies

Routing not working for Base URL production

Route not working: Route::get('/', 'Client\WelcomeController@index'); But when i edit it like, it w...

0 Likes
1 Replies

how to load jquery to all my form

i have layout.blade.php, in there have included jquery plugin <!DOCTYPE html> <html lang="e...

0 Likes
1 Replies

Trying to get property of non object

routes.php: Route::get('users/{id}/edit', array('before' => 'auth|admin', 'uses' => 'UserContr...

0 Likes
7 Replies
Solved

Problem in loading laravel view with ajax

I am new to web development.I am using laravel for my app where i used blade templates for creating...

0 Likes
0 Replies

redirect to view after clicking on table row

there is a view rendering a list of people in an html table with columns like "firstname",...

0 Likes
0 Replies

How to read from another database?

I have set up this in database.php 'testdb' => [ 'driver' => 'sqlsrv', 'host' => env(...

0 Likes
0 Replies

How to remove duplicate values from a multi-dimensional Array

Hi, I am in efforts to get unique value to show in View Blade , I need to print Country Name single...

0 Likes
1 Replies
Solved

3 Tables on 1 view

How to add 3 tables data on 1 view ??

0 Likes
1 Replies
Solved

Failed to related two model Eager Eloquent Relationships

i'm start learn laravel few days ago, i try to follow tutorial in laravel 4 but i am using laravel 5...

0 Likes
2 Replies

Routes are correct and on localhost works perfectly, online gives me 404

Hi, I've just configured my routes correctly as i do usually: Route::get('/news/', 'PagesController@...

0 Likes
2 Replies

Laravel website published in Google, but it is bad indexed

Hi guys! How are you? I would like to ask you 2 questions about this application: http://www.numant...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.