Hi, Say I have some queries like this: public function order($orderby){ \DB::connection()->disa...
Hello, User Laravel 5.1, I want to know how to call the same view in all my other views without dupl...
Hello Lara-people ! First of all, I'm pretty new to Laravel (and PHP in general) so I don't know if...
Hello, I have a question about application binding, here is example from the documentation. App::bin...
As the title says, laravel seems to be double encoding spaces resulting in urls that have %2520. I d...
Hi all, My website won't work when there is WWW. prefix at the front of the domain like www.blog.my...
Hi, folks! Let me explain step-by-step what I'm trying to achieve: My application is backend-fronten...
I want to store custom value that is not field in database. My point is try to select some rows and...
Is it possible to modify a route after it's been created. A good example of this is a package route...
I'm building a kiosk app which centers around managing footage which is stored on a shared drive. If...
Hi all, Here is my problem, I have a page with 3 paginators, and they are put on 3 modals. I am usin...
I didn't set the model for this table. But i would like to know how to process it in the view. Do I...
I'm having weird issues with Redirect:back() or Redirect::action('Controller@Method') It's happening...
Hi, I would like to make an php installer script for my laravel application (it is a CMS). But i can...
Is it worth enough to give up the "comforts" provided by Eloquent to make use of the repos...
Hello all, How do you support wildcard subdomains but avoid adding the $subdomain on the method of e...
Hello. When I specify environment on migrate command "php aritsan migrate --env=testing" i...
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...
Hi what's the best way to replace default SMTP details to the ones coming from the database? Let's s...
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.