Support the ongoing development of Laravel.io →

2,389 Threads

Confused on Validator Class and Requests

I can get validation to work for basic things using a Request and the authorize and rules sections o...

0 Likes
0 Replies

Filter CSRF Token not working on the first time open webpage

I am using Laravel 4 and i also knew how to used token verify. Everything work perfect except for 1...

0 Likes
1 Replies

L5: Validate request-route('id')

Hi everyone, I have a route Route::get('user/{id}', 'UserController@profile'); and a UserController...

0 Likes
2 Replies
Solved

add(or update) get parameters to existing

Hello, i have a form which filters my eshop products via the get parameters. when input radio button...

0 Likes
3 Replies
posted 9 years ago

How do you use the json returned from the server and display it

I am new to laravel 5 and was wondering how do you display json. I am developing locally and want to...

0 Likes
17 Replies

Is it possible to call images from outside the public folder or any folder or directory in your computer in Laravel 4?

this is my code calling from public folder and its works... <img src="/placeImages/{{$image[...

0 Likes
6 Replies

How do you set up an ajax get or post request for laravel 5

I am fairly new to laravel 5 so excuse my novice question. I am watching a treehouse tutorial on aja...

0 Likes
10 Replies

[L5] I can't understand how to use a custom validation rule.

I have a form where users can change some informations and I've created a Request class to validate...

0 Likes
4 Replies
Solved

How to use raw sql Pagination in Laravel5?

Hi , everyone. $sql = "SELECT *,earth_distance(ll_to_earth(team.lat, team.lng), ll_to_earth(23....

0 Likes
2 Replies

Filters Not Working

I have a form with 2 submit buttons; <form class="form-horizontal" role="form&quo...

0 Likes
3 Replies

elixir() throws random "not defined in asset manifest" exceptions

I do have this certain file defined in the manifest. But elixir() throws "not defined in asset...

0 Likes
0 Replies

Laravel 5 and Ajax (Jquery)

Hello all, I am using Laravel 5 and stuck on a problem and i will be happy if you help me. I want to...

0 Likes
4 Replies

Posting to Ajax using jQuery

I have tried this in testing using standard HTML pages outside of Laravel and it works correctly. I...

0 Likes
4 Replies
posted 9 years ago

AJAX Call to PHP DB Query returns no value

Hi, I want to query my database using AJAX with JQUERY. This is the Javascript function I wrote to i...

0 Likes
6 Replies

Referencing php file for Ajax call

I have have an Ajax requesting a blade.php file using the full path $("#main").load('http:...

0 Likes
2 Replies
posted 9 years ago

No Ajax help

I run this simple route and get message "No Ajax". I can't get any ajax request to functio...

0 Likes
1 Replies

FatalErrorException - Class 'Base_Controller' not found

Hi, This may be a stupid question however I'm a beginner and have recently started learning Laravel....

0 Likes
4 Replies
Solved

Controller subdirectory and Route Group with multiple Controller does not work

Its might be a bug in laravel but not sure, need your suggestions about to resolve this. The issue i...

0 Likes
0 Replies

Do I need to sanitize my URL i.e. {userID}.myapp.com

I am using an app with different users and to view their profiles you need to access {userID}.myapp....

0 Likes
6 Replies
Solved
posted 9 years ago

Laravel 4 style exceptions in Laravel 5

Laravel 4 had such cool exception handling pages... e.g. in http://i.stack.imgur.com/2uYwX.png Is th...

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