I'm trying to use the Laravel 5.2 Authentication package Authorization Policies. I have followed the...
Here's the problem. One page queries for a question from the database. On this page, I want the us...
Hello, I was using the composer's "php artisan serve" before to run my laravel app, and go...
Hi,I'm fairly new to prgramming so kindly bear with me. I am trying to install Homestead on my Windo...
Hi, i'm currently working on a simple project that lets doctors register pacients and their relative...
I'd like to preface and say that I have searched for a solution to my authentication dilemma, but ha...
I try to mock this: \Schema::drop('tableName') in my unit test like this: \Schema::shouldReceive('dr...
I am a Laravel beginner; Please help me to solve this error. I want to print the status as "Vie...
http://otdk.ttk.pte.hu/?q=node/16517 http://otdk.ttk.pte.hu/?q=node/16518 http://otdk.ttk.pte.hu/?q=...
Assuming I have the following models: FeedItem (Polymorphic) Facebook (has many tags) Twitter (has...
Is this possible? I keep getting "Route [thename] route not found". Do I need to load the...
I'm working with Selenium and Laravel 5.1 I am testing with Selenium with the great Jeffrey way's ex...
Getting started with Laravel and trying to run some experiments using 'php artisan tinker', but I'm...
Hello, We are completely stuck on this topic. Of course, we created a workaround, but it just does n...
Hi, I have a simple Laravel app deployed to a Digital Ocean box, trough Forge and Envoyer - and was...
I wanna send this value via an Hidden field using blade <input type="hidden" name="post_id" value...
##ProductController ....public function store(Request $request) ....{ ....$image = new Image(); ......
Hi, I've a method that takes awhile to run and doesn't require holding up the viewer of the site. I'...
MY CONTROLLER <?php namespace App\Http\Controllers; use Illuminate\Http\Request; use App\Http\...
Hello. Laravel 5.2 I have just finished one tutorial which worked find but if i duplicated the proje...
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