Hi all, My website won't work when there is www.blog.mysite.comfront 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...
Hi guys! First things first. I have this tables: beds id name size room status hotel created_at upd...
Hi, Some strange things are happening. I developed a small project which works well on PC (WAMP), wh...
Hello Friends, I am developing one bidding system. I have one column where bidders name is shown. Bu...
Here's the query: /** * Get all dates and counts for an event via the database */ public function...
I have this paginator $products = new LengthAwarePaginator( $collection-...
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