Support the ongoing development of Laravel.io →

2,053 Threads

using npm modules in laravel app?

Hey, i want to use for some of my scripts (inside blade template view) modules that come as npm, usi...

0 Likes
3 Replies

Controller not returning the view

I'm new as of this morning to laravel, so forgive my lack of experience. I've created a view, that e...

0 Likes
3 Replies
Solved

Passing multiple variables in to a controller view

Hi, I am trying to get the url e.g localhost/cat/restaurants/this-is-a-test but it throws an error w...

0 Likes
1 Replies
Solved
posted 9 years ago

Stuck on href in Laravel 5

Could you please help me to pass id of a product from view page to controller page with the help of...

0 Likes
4 Replies

Displaying Year Over Year Revenue

I appreciate any response to this. I don't need any code examples, but mainly direction or perspect...

0 Likes
6 Replies
Solved

Pagination not showing up when low item count.

How would i go about making the laravel pagination always show? Because right now if there is less i...

0 Likes
2 Replies

Style.css not working

I'm trying to get my css to work correctly. I used {{ HTML::style('css/style.css') }} But when I go...

0 Likes
14 Replies

Error debugging

It seems like errors are more vague than they used to be. When there was an error, it used to displa...

0 Likes
0 Replies

Invalid argument supplied for foreach()

In Controller $issues = DependencyIssue::with('levels')->get(); And in view I am trying to acces...

0 Likes
2 Replies
Solved

Emailing a Secured Link

I'm not certain how to pose this, or name the subject. I'd like to email the link of an invoice rout...

0 Likes
1 Replies

How can I support multiple themes/views?

I have an app written in Laravel that supports multiple sites managed under one install. I'm lookin...

0 Likes
5 Replies

Display laravel validation errors returned from an $http.post in angularjs

i am a newbie to laravel and laravel 5 and so far i am having such a hard time, it's just problem af...

0 Likes
2 Replies

Getting url data to show in the url bar

I'm using Laravel 4 and I'm trying to get the url bar to display the text url that is saved in the d...

0 Likes
0 Replies

Pagination links HTML is being escaped in my view

I've used Laravel's pagination method but in my view it is escaping HTML I'm trying: {{$tags->ren...

0 Likes
2 Replies
Solved

Redirect back to specific part of the view by #

hello i want to redirect back after a validation but it should go to a specific div id, how can i do...

0 Likes
2 Replies

LaraveL 5 Token custom error page ?

Hi This standard error page TokenMismatchException in xxxx\Middleware\VerifyCsrfToken.php line 46: T...

0 Likes
1 Replies
Solved

Laravel update 4.1 to 4.2 - Error reading data from FastCGI server

Hi, I updated from Laravel 4.1 to Laravel 4.2 with "php composer.phar update". I added man...

0 Likes
2 Replies
posted 9 years ago

Built-in way to load a partial page/template using Ajax while not reloading the rest of the page?

Exploring Laravel for next project so not sure if I got the jargon right. Looking for a way to updat...

0 Likes
2 Replies

Return an array from Helper Class to blade template

Hi All, I am beginner for Laravel 4.2. I want the raw query should print an array like 1, 2, 3, 5, 9...

0 Likes
7 Replies
Solved

How to revive data from database for master view like app.blade.php

I need to get Title,Keywords,description from database and show on app.blade.php How can I do that ?...

0 Likes
1 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.