Support the ongoing development of Laravel.io →

2,389 Threads

Redirecting back

I'am using laravel 5.1 and i have this two routes Route::get('/profile',array('uses'=>'ProfileCon...

0 Likes
1 Replies

Class router not found

I have set up a sample route to test if my laravel is working Route::get('users/hello', function() {...

0 Likes
3 Replies

Unable to ROUTE links of KCFinder in CKEditor in Laravel 5.1

Hello, I am new to Laravel. I am trying to use CKEditor with KCFinder (File browser). I have impleme...

0 Likes
0 Replies

Split within Controller

What would be the best way to acheive the following? Currently I have a checkout method within a con...

0 Likes
1 Replies

Help in solving this error

Hi, I'm just starting to learn laravel and I keep experiencing this one problem I really don't know...

0 Likes
4 Replies

5.2 - How to use cookies?

Hi. In the past we use to do something like Cookie::get() - Cookie::set() - Cookie::forever() but th...

0 Likes
2 Replies

Saving Binary Image

I have this JS code that receives an image file and make it into binary using the FileReader API in...

0 Likes
3 Replies

Submit an array of text boxes laravel 5.0

Hi, I tried to submit an array of text boxes with say <input type="text" name="description[]" req...

0 Likes
1 Replies

Package middleware group register

Hello, how can I register middlewareGroup middlewares in my package? Because I don't want to registe...

0 Likes
2 Replies

Route changes don't seem to be taking effect

I have made changes to my routes file but when i hit the URL for a particular route i am getting bac...

0 Likes
1 Replies

Parsing data, helpers, to view

This might be a nube question. Here is my scenario. Trust me i have spend hour on this with no good...

0 Likes
0 Replies

update from Lumen 5.1 to 5.2: flashing data on a per request basis

I have written a fairly large RESTful api server using Lumen 5.1. In various middleware classes, I f...

0 Likes
4 Replies
Solved

NotFoundHttpException edit route

Hi there, I will make this short, not like last time. I have an edit route so I can edit my data fr...

0 Likes
1 Replies

Laravel 4 NotFoundHttpException Need help.

Hi there I am new on this forum so I would like to say Hi first. I am working with Laravel 4. Making...

0 Likes
5 Replies

Include big piece of HTML in Ajax callback

I'll try my best to explain what i want to. I showing a page with some "product" on the pa...

0 Likes
2 Replies
Solved

Any even that I can listen to *before* RouteMatched?

Hi, I want to create url rewriting functionality (think; like Magento has - allowing me to redirect...

0 Likes
1 Replies

How to store file in Mysqldb and display in view ??

This is my store method public function store(Request $request) { $this->validate($re...

0 Likes
4 Replies

Setup different frontend & backend application endpoints

I've been struggling figuring this out but no luck yet - couldn't find an answer anywhere. I have a...

0 Likes
1 Replies
Solved

Ajax delete request returns the show view

Hi, I've got a weird problem I can't seem to figure out. When I try to call my destroy method with a...

0 Likes
1 Replies

User association middleware layer?

I have an application using Laravel's default authentication & user system. I have added numerou...

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.