I've installed Laravel Cashier (v3.0.4) in my project and am at the point of allowing users to updat...
As the question, what shall I do?
Hi, I search a way to use the new L5 form request validation for validate an array of posted files....
My user model public function profile() { return $this->hasOne('Profile'); } My...
hello for example : i have tow <select> Elements (Drop-Down List) one of it for category and a...
Hi everyone! I am creating a controller based application and stuck with error handling. I know I ca...
I'm designing a Laravel 5 site for an internet radio station and need a header that does not refresh...
Problem: ReflectionException in compiled.php line 1029: Class AdminPagesController does not exist Is...
Can anybody explain step by step how to setup files to render a custom 500 page after a firstorfail(...
I usually work with homestead at home, but at work my machine doesnt have vt-x and I cant use homest...
Hello, I have to develop a Laravel application where all the clients can receive realtime notificati...
hi i want save the client ip in my db so i add 'ip' => Request::ip() in create function in app\Se...
I have a resource set up very simply, and my routes look like "/recipes/{recipes}". I woul...
Hello what is difference between this method: public function store(Request $request) { $input =...
In an effort to push our development toward a resource-based design pattern, I'm using RESTful contr...
I created a web application using PHP framework Laravel 4. Now I would like to create an Android app...
Hello. I have been having an issue with my laravel site for a few weeks now and I have tried every s...
On Laravel 4.2 I can extend Custom Request class (http://laravel.com/docs/4.2/extending#request-exte...
hello i want to save user ip in my DB. How to use Request::ip() in laravel 5?
Hi guys, I don't understand Middlewares that much yet. Can they be used to always form our response...
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