I'm trying to get a Behat environment setup within Laravel which is able to test a Laravel applicati...
I have the following code: // Departments $physics = factory(App\Base\Academy\Department::class, 1)-...
dump() is what broke my session. I was using it to send some visual output to the screen (I know I s...
Try this: Route::get('users','Users_Controller@get_index');
There are three options here: The super simple option is not to use Apache at all and instead use...
Let's see the source of the form/AJAX that you are using to make the request too...
Illuminate\Foundation\Auth\User extends model - so you should be able to include the relation as you...
The Laravel portal for problem solving, knowledge sharing and community building.
The community