Support the ongoing development of Laravel.io →

2,392 Threads

Route no defined

I have this on my routes.php Route::any('admin/productos/showbynombre', 'Admin_ProductosController@s...

0 Likes
3 Replies
Solved

how do i a nice laravel ajax post and get the data in laravel backend.

Please guys how do i a nice laravel ajax post and get the data in laravel backend. my code my route....

0 Likes
3 Replies
posted 10 years ago

Routing not working properly.

I am trying to make my urls seo friendly. I want my urls to be like http://www.example.com/products/...

0 Likes
1 Replies

Storing, Removing and Updating Arrays within a Session

I have created a new session key "temporary_ingredients", have been able to push an ingred...

0 Likes
1 Replies
posted 10 years ago

Route requests based on HTTP headers?

Is it possible to alter where/how a route is handled based on the HTTP headers? More specifically, w...

0 Likes
5 Replies

Need help with routes

Hello there, I'm trying to set up a webpage, worked with laravel before.. But i can't figure out why...

0 Likes
2 Replies
posted 10 years ago

How to get an array of all route parameters?

Its the a method to do this? Leo

0 Likes
3 Replies
Solved
posted 10 years ago

Is this the best method for identifying if a route exists?

https://gist.github.com/carbontwelve/9089485 The above is how I have been identifying if a route exi...

0 Likes
1 Replies
Solved

Including a controller action in a view

I have a view which must include another view (example: a footer) This other view (footer) must proc...

0 Likes
5 Replies
Solved

Basic routing question - passing value.

I have a route with an optional parameter. Route::get('archive/most-viewed/{time?}', array('uses' =&...

0 Likes
1 Replies
Solved

Problems deciphering this error message in Log file: production.ERROR: exception 'ErrorException' with message 'Undefined offset:

Hi, I'm still pretty new to Laravel, and while I've worked my way through a lot of common errors, I'...

0 Likes
0 Replies
posted 10 years ago

Redirect to the 'store' action of a resourceful controller with input

I am trying to redirect to the 'store' action of a resourceful controller after verifying some of th...

0 Likes
1 Replies

when i try to access to methode destroy i have this error ( MethodNotAllowedHttpException )

when i try to delete user I have this error More Information --------------------------------------...

0 Likes
1 Replies

Can't retrieved AJAX data

I am having trouble with laravel, in particular, with getting AJAX request data from my JavaScript b...

0 Likes
2 Replies

How get current inserted id

Hello Everyone I want to show current inserted id from controller. This is my code $comp = new C...

0 Likes
2 Replies
Solved

Ajax Jquery Response works only once.

Hello everybody, I have a list of topics with a toggle On/Off to get a notification for the topic or...

0 Likes
4 Replies
posted 10 years ago

Rewrite Pagination Laravel 4

Pagination my website use laravel: http://example.com/product?page=1 I want to change to: http://exa...

0 Likes
0 Replies

Need help debugging this Response error..

Here is my log file of the error, but I dont seem to have enough information there to debug it: [201...

0 Likes
2 Replies

how to create file txt

Hello friends, I have to create a txt file with the result of a query, so far I download the file bu...

0 Likes
1 Replies
posted 10 years ago

Url often 404s

Hey, i am using a free host, and my URLs often 404, thinking the /public/something/something url is...

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.