My laravel code is this , use GuzzleHttp\Client; ----- $client = new Client([ 'timeout' => 5.0,...
Hi, I noticed in the Illuminate\Foundation\Http\FormRequest class, the output is fixed as 422 Unproc...
Good Evening Community, I am looking for a solution to separate data by requests. Every requests wil...
When i acces main?company_id in url of my site, i must do decrement -1 for row user , i try this : $...
Beginner question : I'm passing the $wordsRow variable from the WordsController to the results2 blad...
I have form that should post data in JSON format, but it doesn't work yet. here is my blade {!! Form...
Hello friends I want to make online calculator Below is simple draft of this. I cannot get it work p...
Hi, My Eloquent Model is here- <?php namespace App; use Illuminate\Database\Eloquent\Model; cl...
Hi all, Looking to move back from .NET MVC to an enlightened and lovely PHP framework. I like what...
Hi, i have a script who take data from a Json, put in Database and Display. I wanna update data if a...
Hi : i have this format : [M] => stdClass Object ( [CUsed] => 0 [CLeft] => 0 ) [D] => st...
I'm attempting to clean up an existing application by writing unit tests for some legacy code (and u...
I am designing a channeling app for SMS that uses REST API to accept HTTP requests to be sent via SM...
I am running into a very strange issue routing a subdomain via Route::group()... My code: Route::gro...
In my ShowController, I returned a view with variable posts, like <?php namespace App\Http\Contr...
/* Social Register */ Route::get('social/register', [ 'middleware' => 'auth', 'as' => 'social:...
Hello Im making an autocomplete search however when I type a letter instead of outputing only the da...
Hello, i recently started to use laravel and can't figure out how to solve this route Route::g...
I'm trying to write some unit tests for my controllers in Laravel 5 The route is protected by the au...
I am trying to do a 3 levels dynamic or dependent dropdown list. i managed to fix the first two and...
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