Support the ongoing development of Laravel.io →

495 Threads

View::composer not sending variable after form post

Hi, I've setup a variable to use in my master view file. This works great inside of all my views, un...

0 Likes
1 Replies
Solved

HTML not rendered...Blade not seem to be working

Hi, I am new to Laravel and tried the Quick Start tutorial as is. However, view is not getting rende...

0 Likes
7 Replies
Solved

local domain is added in front of all external urls in a tags in blade

Hi, in my blade template I'm using a javascript variable "Website" to store a url string,...

0 Likes
1 Replies
Solved
posted 11 years ago

blade template question

Hi, I have a master template working but its not quite a true master. There is one page on on my sit...

0 Likes
5 Replies
Solved

'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Class 'Login' not found'

routers.php: // login controller Route::post('login', 'LoginController@login'); LoginController.php:...

0 Likes
1 Replies
Solved

Blank screen with route with parameter

Hello, i am new to laravel and I'm trying to make an application for my upcomming web about programm...

0 Likes
6 Replies
Solved
posted 11 years ago

Variable in submit button text?

Hi, Is it possible to specify a variable as part of the name of lets say a submit button? Like this:...

0 Likes
4 Replies
Solved

Newbie needs help with undefined variable in blade view.

Hi, I'm new to Laravel and I installed it on a Ubuntu server recently trying to test the framework....

0 Likes
2 Replies
Solved

Can't see anything with Blade

Hi I'm trying to create a template with the Blade templating engine. When I try to view the page, I...

0 Likes
2 Replies
Solved

Can't view about page

I'm new to laravel and I'm busy with a tutorial, I had to create an about page and the make a route...

0 Likes
3 Replies
Solved

dompdf - Problem in looping the array inside $pdf->loadHTML.

i try to populate the data from database in to PDF file in dompdf i tried something like this. class...

0 Likes
2 Replies
Solved

added simple Route::get('users', function() but the URL doesn't work with WAMP

Hi, I'm totally new to Laravel. I'm trying to follow the example on the "Routing" section...

0 Likes
3 Replies
Solved

Routing problem?

Hi guys, I'm pretty new to Laravel (a couple of weeks in) although I've used Yii and regular PHP for...

0 Likes
3 Replies
Solved
posted 11 years ago

Re-using a piece of html markup over and over again while its contents change

I have a hard time putting this into words so bear with me please. Let's say I have a webpage that n...

0 Likes
2 Replies
Solved

How do I generate the update or destroy url to resource controller?

Hi guys, I'm following the docs to create a resource controller at http://laravel.com/docs/controlle...

0 Likes
1 Replies
Solved

New to laravel and MVC frameworks, need help regarding controllers.

Hi, I am trying to do a simple POST request using jQuery AJAX, but cant figure out whats wrong. Here...

0 Likes
2 Replies
Solved

Ajax post controller redirection problem

I post from ajax to a Controller and I do some authentication there. If the authentication fails I s...

0 Likes
2 Replies
Solved

PSR-4 Autoloading and Views

Hey there, If I have used psr-4 autoloading e.g. "psr-4": { "Admin\": "app/...

0 Likes
2 Replies
Solved

extending html functions

Hi, I am using the HTML::link function to create my links through the entire site. Now, I was wonder...

0 Likes
3 Replies
Solved

Can I load a view into an AJAX?

I have this on a js file... $(document).ready(function() { //petición al enviar el formulario de reg...

0 Likes
3 Replies
Solved

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.

© 2026 Laravel.io - All rights reserved.