Support the ongoing development of Laravel.io →

2,389 Threads

Is it better caching SQL queries or decreasing number of requests?

Hi, folks! Let me explain step-by-step what I'm trying to achieve: My application is backend-fronten...

0 Likes
0 Replies

Big problem with ajax and multi pagination

Hi all, Here is my problem, I have a page with 3 paginators, and they are put on 3 modals. I am usin...

0 Likes
0 Replies

Redirect::back() issues

I'm having weird issues with Redirect:back() or Redirect::action('Controller@Method') It's happening...

0 Likes
18 Replies

how to support wildcard subdomain but avoid Controller::method($subdomain, $reflectedParams, ...)

Hello all, How do you support wildcard subdomains but avoid adding the $subdomain on the method of e...

0 Likes
2 Replies

If url parameter empty, being redirected to localhost

So I've got this: Route::get('thread','ThreadController@index'); Route::get('thread/{id?}','ThreadCo...

0 Likes
1 Replies

Overriding Illuminate\Http\Response

I am building a custom Request/Response system so that Laravel can run over a RPC system called Hpro...

0 Likes
0 Replies

Amazon S3 - CURL Error 7 (can't connect)

Hello everyone! I have a problem with Amazon S3 service. I can't connect to my bucket and i've tried...

0 Likes
0 Replies
posted 9 years ago

Passing user_id to Request class

Hello! Quite new to Laravel. Have a request class with rules such as: public function rules() {...

0 Likes
3 Replies

Laravel 5 and AJAX

I am trying to use ajax in my application. I want the user to be able to see if their email and user...

0 Likes
1 Replies

User gets logged out when Angular performs a http request

Hi! I have a problem with my Laravel application. I use AngularJS and when it is trying to make a ht...

0 Likes
5 Replies
Solved

How to pass extra parameters to controller from routes?

Guys, I would like my routes to handle basic validation of the request. What I want to do is the fol...

0 Likes
1 Replies

Freelancer Laravel Developer Needed - Pays in Bitcoin

Hey guys hope your all well! For you that are freelancers, we have an oppourtunity. Have you heard o...

0 Likes
1 Replies

Submitting input array fields - laravel 5

Good day I have a table with an array input values that want to be submitted to my application pleas...

0 Likes
5 Replies

Creating Restful API set in Laravel 5.1

I have created restful controllers & I can also see the routes by using command PHP artisan rout...

0 Likes
0 Replies
posted 9 years ago

Response Download with Non ASCCI

Hi all! I'm new to laravel and want to test it with a small application. Basically I need to auth us...

0 Likes
1 Replies

RESTful api PUT parameters issues

We're building a restful api which in this case is consumed via an Angular frontend. All works well,...

0 Likes
0 Replies

Force loading cache browser in Laravel 4

I'm using Laravel 4 and I do not need to store the codes of the various pages in the browser cache a...

0 Likes
2 Replies

hook create.session to save referrer for saving on user registration

Hi, i want to save the referrer if a user comes to my site on the first request, so a session is cre...

0 Likes
1 Replies
Solved

Passing Parameters to middlware

I am a beginner for the laravel. I am using laravel 5.0. I created a middleware and I pass the param...

0 Likes
2 Replies
Solved

laravel 5.1 Task Scheduling daily

I want to send some notifications on a specific day of month but my code doesn't work. I tried this...

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.