Support the ongoing development of Laravel.io →

2,389 Threads

globally defined csrf token, still 405 error with ajax post

I am trying to make a POST request within a js function. It is sending an array of data that is stri...

0 Likes
0 Replies
posted 9 years ago

Lumen generic controller route fails, but worked in Laravel

Hi everyone, I am refactoring my API project to Lumen. In 4.2 I had this in routes.php Route::contro...

0 Likes
3 Replies
Solved

Search forum

I really wish some folks would do a search before they asked the question, some questions have been...

0 Likes
0 Replies

Lumen Routes List Artisan Command

Hello, If you are want to display all registered route list same as laravel framework then you can u...

0 Likes
0 Replies

Redirect::back() with two sets of POST data?

Here is my set up. I have page1 that gets a list of all records in a large database. It allows user...

0 Likes
5 Replies

(L5) FileNotFoundException, When uploading large file

Hi I have setup Laravel 5 and file upload using blueimp's jQuery File Upload plugin. It works fine....

0 Likes
0 Replies

Beginner question - Trying to display articles containing the same category

First of all, sry for posting what is probably a stupid and an obviously easy to solve question. I'v...

0 Likes
5 Replies
Solved

Token mismatch/Decrypt error for CSRF and XSRF sent via angular

Hello I am using the angularavel setup for my app. On my local setup i do not need to explicitly sen...

0 Likes
0 Replies

Validation: Unique-rule to check for emails with exceptions

For testing and support issues I´d like to allow one or two emails to be used multiple times in my u...

0 Likes
4 Replies

Controller vs View: Calculating date diff within foreach loop

Users create projects, projects last 14, 30 or 45 days. An "endDay" is calculated using ja...

0 Likes
4 Replies
Solved
posted 9 years ago

Adding a query string on every page change

When someone comes to my application, a query string is passed along with them. I need to keep that...

0 Likes
4 Replies

Laravel Controller create method not working while saving through AJAX

Here's my View Page <h1>{{$pageName}}</h1> <div class="lms_register_body"> {{For...

0 Likes
0 Replies

Validation form with dynamic inputs

I have a form that has inputs that look like this {!! Form::text('event[]', $data->event, ['class...

0 Likes
1 Replies

Delete with all foreign keys

Hello, I have for example table with user, which can be owner of event or following event. So, there...

0 Likes
1 Replies

responsive filemanager with tinymc in laravel 4

i install responsive filemanager with tinymc in laravel when i click on img icon open dialog box fo...

0 Likes
1 Replies

iframe content not loading

Ok, so I am trying to embed an iframe into a view from a trusted source outside of my project. The...

0 Likes
1 Replies

How do I make limit the information retrieved by eloquent and stop crashes?

The following code, goes through the entire company database and cache's the lower level nested rela...

0 Likes
12 Replies
Solved

Using AnguralJs and Html5 on font end

hello i want to use angularJs as my font end in my laravel 5 application ,is there good tutorial or...

0 Likes
0 Replies

Function works when in routes.php but not in the controller.

I have the following route: Route::get('/api/dropdown', function(){ $input = Input::get('index');...

0 Likes
3 Replies
Solved

Repopulation of 2 forms with similar field names after validation fail

Hello, I've been searching all over the web, but I cannot seem to find a solution for this problem....

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.