Support the ongoing development of Laravel.io →

2,053 Threads

Get Json In desired format

Hello Every One, I am working on a web application ,which takes json as input and display it on web...

0 Likes
0 Replies

routes.php changes not reflecting

Im new to laravel. I changed something in the routes.php, e.g. handling a new different URI, changin...

0 Likes
1 Replies

JS creation of DOMs or replace with html - advice needed

Sorry if the title is confusing - I am trying to work out best practice for an app and I am lost. Yo...

0 Likes
2 Replies

Notification Package

What I'm trying to learn and understand is how to set up to where I can pass a message to my message...

0 Likes
5 Replies

Blade throws form error

@section('content') <h1>Neue Vorlesung Erstellen<h1> {{ Form::open(array('url'=&g...

0 Likes
1 Replies
posted 10 years ago

require view files in subfolder without Blade

Hi, I have the views in the view folder sorted with a subfolder structure to make use of the dot not...

0 Likes
4 Replies
Solved

Redirecting to route from Jquery while passing data?

My jquery file has data that I need in my next page, the problem is I don't know how to redirect to...

0 Likes
6 Replies
Solved

Different View-Folder in different Enviroments

Hello! I have a question and I'm trying to fix that problem for some days now, but I don't get it. A...

0 Likes
0 Replies

How to implement a recursive search in Laravel 4?

I also asked this in stackoverflow, if you wanna see better the code here is it> http://stackover...

0 Likes
1 Replies

Route not defined

In my page I have this code <li> {{ link_to_route('test', 'Test Page') }} </li> I...

0 Likes
2 Replies
Solved
posted 10 years ago

Laravel 4.2.8 problem with Blade

Hello everyone! I have some problem with Blade engine.There ara display differences in rendering bet...

0 Likes
0 Replies
posted 10 years ago

extends not showing anything

I'm busy creating a laravel site and I have a layouts folder with a file called default.blade.php an...

0 Likes
5 Replies
posted 10 years ago

How to make pagination pretty URLs?

The URLs is http://localhost:1231/public/?page=2&type=it But I want it like that http://localhos...

0 Likes
1 Replies
Solved
posted 10 years ago

How to use dynamic view path

My site use different template for user. Users can switch many template.So, My question is how to ma...

0 Likes
2 Replies
Solved

Laravel pagination shows a link for every page

With the help of some research I have done on the Web, I have created a function for creating a cust...

0 Likes
0 Replies
posted 10 years ago

Return view in json

Basically I have an ajax controller that returns a view like this: return Response::json(array('body...

0 Likes
2 Replies
Solved

Laravel Mailing Issue "Object of class Illuminate\Mail\Message could not be converted to string"

I'm trying to send a simple email. I know the issue is with my view but I don't know what I'm doing...

0 Likes
4 Replies

Planning and implementing a prototype

This question is mainly to wrap my head around things. I'd just like to know how others go about dev...

0 Likes
0 Replies

preg_replace(): Parameter mismatch, pattern is a string while replacement is an array

I have a checklists table and an items table. The relationship between both is hasMany. A checklist...

0 Likes
1 Replies
posted 10 years ago

How can I modify protected Illuminate\Routing\UrlGenerator::$dontEncode?

I'd like to be able to do things like URL::route('viewUser',['{{id}}']) without the { and } chars ge...

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

© 2024 Laravel.io - All rights reserved.