Hi, folks! Let me explain step-by-step what I'm trying to achieve: My application is backend-fronten...
Hi all, Here is my problem, I have a page with 3 paginators, and they are put on 3 modals. I am usin...
I'm having weird issues with Redirect:back() or Redirect::action('Controller@Method') It's happening...
Hello all, How do you support wildcard subdomains but avoid adding the $subdomain on the method of e...
So I've got this: Route::get('thread','ThreadController@index'); Route::get('thread/{id?}','ThreadCo...
I am building a custom Request/Response system so that Laravel can run over a RPC system called Hpro...
Hello everyone! I have a problem with Amazon S3 service. I can't connect to my bucket and i've tried...
Hello! Quite new to Laravel. Have a request class with rules such as: public function rules() {...
I am trying to use ajax in my application. I want the user to be able to see if their email and user...
Hi! I have a problem with my Laravel application. I use AngularJS and when it is trying to make a ht...
Guys, I would like my routes to handle basic validation of the request. What I want to do is the fol...
Hey guys hope your all well! For you that are freelancers, we have an oppourtunity. Have you heard o...
Good day I have a table with an array input values that want to be submitted to my application pleas...
I have created restful controllers & I can also see the routes by using command PHP artisan rout...
Hi all! I'm new to laravel and want to test it with a small application. Basically I need to auth us...
We're building a restful api which in this case is consumed via an Angular frontend. All works well,...
I'm using Laravel 4 and I do not need to store the codes of the various pages in the browser cache a...
Hi, i want to save the referrer if a user comes to my site on the first request, so a session is cre...
I am a beginner for the laravel. I am using laravel 5.0. I created a middleware and I pass the param...
I want to send some notifications on a specific day of month but my code doesn't work. I tried this...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community