Support the ongoing development of Laravel.io →

2,390 Threads

Ajax database record creation not working!

I have been facing problem for creating a database record using ajax! When i press create event, not...

0 Likes
8 Replies

Preventing Click fraud

Hello, My app has a bunch of links to external websites, and those links go through a click-counting...

0 Likes
1 Replies
Solved
posted 9 years ago

Passing variables to a class

Hi all, Im trying to pass a set of variables to another class when running the class - but i can't....

0 Likes
1 Replies
Solved

Problems with Routing to Controller in Laravel

I have Laravel running on a Vagrant virtual server Basic route works Route::get('/', function() { re...

0 Likes
5 Replies

Laravel sluggable

Hey guys, I just installed the eloquent-sluggable package: https://github.com/cviebrock/eloquent-slu...

0 Likes
3 Replies

How to assign value to a variable from an object?

How to assign value to a variable from an object? public function func() { $valida...

0 Likes
1 Replies
Solved

Form values and RESTful routing

Hi all, I have setup nested RESTful resource routes like so: Route::group(array('prefix'=>'openin...

0 Likes
0 Replies

Submitting a Form to a custom URL

I have a simple form which allows the User to enter from_date and to_date.Lets say a user enters 201...

0 Likes
1 Replies

Input on linking back to source page

I have several views that show a detail with an edit button. When the user clicks on the edit butto...

0 Likes
0 Replies
posted 9 years ago

Access to an image asset from the public web..

Hey, before I started using laravel, I hosted an image in a subfolder of my website that I encourage...

0 Likes
1 Replies
Solved

Best pactice routing question.

I have a site that displays home, about, and archives by date OR topic. So my url structure is: myAp...

0 Likes
1 Replies

Best practice for how to handle variable number of controller parameters?

If I have a route in routes.php that routes to a controller method and there's a variable number of...

0 Likes
1 Replies

Combine REST-Controllers with normal controllers and views?

Hi, I want to create an new app and for this purpose I've chosen laravel. So I'm also new to laravel...

0 Likes
2 Replies
posted 9 years ago

jsonp in laravel

I'm trying to query a restful webservice written in laravel using $.getJSON (jquery). But the cross...

0 Likes
1 Replies
Solved

get value of Input::all();

I was wondering how can I output the array value of Input::all();

0 Likes
1 Replies

Homestead, Nginx pagespeed module?

Wouldn't it be nice if homestead would provide nginx with the page speed (https://developers.google....

0 Likes
0 Replies

Laravel Web Service

I 'm trying to create a very simple Laravel web service for my mobile app but I have no idea why Lar...

0 Likes
0 Replies

Replacing the Input

Hello there, i am trying to replace the input in the controller before sending it back: Input::repla...

0 Likes
1 Replies

Not getting $user after log in, get error Undefined variable: user (View:

I am following a log in tutorial, my login works after the login I redirect to Route::get('/member/...

0 Likes
1 Replies

Laravel Video Streaming

I want to use laravel to do real time stream video from a camera. I will be sending each frame of th...

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.