Support the ongoing development of Laravel.io →

2,392 Threads

posted 10 years ago

Special character in Redirect::to()

Hi, I have a problem with special characters in a Redirect::to(). If there is in a controller : // $...

0 Likes
8 Replies

Creating relationships with enumerated tables

My current project has a form creation feature. For each form created, there is also a table created...

0 Likes
0 Replies

Stateless HTTP authentication not working properly

I'm trying to do a stateless HTTP login for my RESTful API using Auth::onceBasic() I've tried the so...

0 Likes
1 Replies
Solved
posted 10 years ago

php artisan routes not working with $_SERVER['HTTP_HOST'] ?

In my app's bootstrap code I need to use $_SERVER['HTTP_HOST'] to do some initialization. Problem is...

0 Likes
3 Replies
Solved

how to nested paginate

Hi all, My question is about pagination. I have some posts and some comments for each post. I unders...

0 Likes
0 Replies

Passing parameters from route to controller

Hi all, In my design, I have categories, and posts for each category. Each post has a date, dd/mm/yy...

0 Likes
3 Replies

Implement mySql query into the route.

Hi I am new in laravel. Can you please help me to represent this sql query in route? This is the que...

0 Likes
6 Replies

Laravel 4 and PayPal

Hi, I am building a small webshop and I would like to use paypal to make the payments. I have been l...

0 Likes
1 Replies

simple config in prod of packages doesnt work

I have several packages that I did php artisan config:publish and than in the server I copy paste...

0 Likes
6 Replies

Don't flush flash data

Is it possible to prevent Laravel from flushing data that's been flashed? I have two routes: Route:...

0 Likes
3 Replies

Using Auth::logout cause The webpage ses " has a redirect loop "

Hi please help, Using Auth::logout cause The webpage ses " Has a redirect loop " or inf...

0 Likes
2 Replies

Cookieless Responses

I am trying to remove as much as I can from some of the responses my system sends out. At the moment...

0 Likes
0 Replies

Download multiple images using checkbox dynamically created

Hi all! I have a little problem, this is my code: http://laravel.io/bin/2zjVG I'm showing all the im...

0 Likes
4 Replies
Solved

Output stats every 5 seconds

Hey I'm wanting to use JavaScript and Laravel/PHP to create a continuously updating statistics panel...

0 Likes
3 Replies

Nested uri problem, only getting parent of above parent

I have a problem with my code, and i can't figure out how to fix it..:/ I'm trying to create a uri w...

0 Likes
0 Replies

[Tutorial] Manipulating and serving images on-the-fly with Laravel 4 (2-part tutorial)

Hi again all, This tutorial is on the forum archive, but I thought it might be handy for some people...

0 Likes
1 Replies

About the doptor cms

Hi friends I am karthi also new one to doptor cms I download onetime and installed then i worked tha...

0 Likes
2 Replies

Can't pass variable to a class which extends another one always return NULL

class PDF extends FPDF { private $number; function setNumber($number) { $this->number = $nu...

0 Likes
5 Replies

Lost with MessageBag and validation errors

I have a repository EloquentPageRepository that creates and saves pages. I have an Observer than is...

0 Likes
2 Replies
Solved

shell_exec - how to do?

I want to execute shell_exec('whois domain.com'); and get only email field in a laravel app. how to...

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