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-...
I am converting my normal html link to laravel format but its not working. What can i do?? I try to...
Hi, i am working on laravel 5 socialite login, but i am getting error like, ClientException in /home...
Hello everyone! I have a problem with Amazon S3 service. I can't connect to my bucket and i've tried...
Hello My dear laravel buddies, i have my e-shop, so here i have an issues for click tab with active...
Hi, My app needs to load my views from navigation by ajax call using jQuery's load() method. But whe...
I have created three tables, A, B and C. A and B have a ManyToMany relationship so I created A_B tab...
Is there any tool or library that generate laraval seed files from db.?
I've got the following routes: Route::controllers([ 'auth' => 'Auth\AuthController', 'pas...
Hi, recently a L4.2 site was migrated to a new host with centos 7, PHP 5.5.30. PDO and MySqli connec...
Hello, friends! I need to make drop down list with categories! Somehow, something is not working :(...
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