Support the ongoing development of Laravel.io →

Laravel 5.2 Authorization Policy not being read

I'm trying to use the Laravel 5.2 Authentication package Authorization Policies. I have followed the...

0 Likes
0 Replies

Basics: Passing info from one view to another

Here's the problem. One page queries for a question from the database. On this page, I want the us...

0 Likes
4 Replies

Routing problems

Hello, I was using the composer's "php artisan serve" before to run my laravel app, and go...

0 Likes
5 Replies
posted 10 years ago

Homestead 2.0 Installation Adding to PATH

Hi,I'm fairly new to prgramming so kindly bear with me. I am trying to install Homestead on my Windo...

0 Likes
5 Replies
Solved

What can be wrong with my resource controller?

Hi, i'm currently working on a simple project that lets doctors register pacients and their relative...

0 Likes
0 Replies

Hierarchical authentication and permissions

I'd like to preface and say that I have searched for a solution to my authentication dilemma, but ha...

0 Likes
3 Replies

Laravel schema unit test doesn't work.

I try to mock this: \Schema::drop('tableName') in my unit test like this: \Schema::shouldReceive('dr...

0 Likes
2 Replies
Solved

If Else issue in Laravel View

I am a Laravel beginner; Please help me to solve this error. I want to print the status as "Vie...

0 Likes
2 Replies
Solved

for a while.. apologize

http://otdk.ttk.pte.hu/?q=node/16517 http://otdk.ttk.pte.hu/?q=node/16518 http://otdk.ttk.pte.hu/?q=...

0 Likes
0 Replies

Query a polymorphic relationship using related model

Assuming I have the following models: FeedItem (Polymorphic) Facebook (has many tags) Twitter (has...

0 Likes
0 Replies
posted 8 years ago

Use route() in service provider

Is this possible? I keep getting "Route [thename] route not found". Do I need to load the...

0 Likes
1 Replies
posted 8 years ago

Laravel 5.1 + Selenium + Integrated : Extends Selenium

I'm working with Selenium and Laravel 5.1 I am testing with Selenium with the great Jeffrey way's ex...

0 Likes
0 Replies

Artisan Tinker Arrow Key Behaviour

Getting started with Laravel and trying to run some experiments using 'php artisan tinker', but I'm...

0 Likes
1 Replies
posted 8 years ago

has many-relation with child classes

Hello, We are completely stuck on this topic. Of course, we created a workaround, but it just does n...

0 Likes
1 Replies
posted 9 years ago

Lots of MySQL processes on Forge & Laravel App

Hi, I have a simple Laravel app deployed to a Digital Ocean box, trough Forge and Envoyer - and was...

0 Likes
1 Replies

My post id is "56e5214d3314f" But laravel blade prints "56"

I wanna send this value via an Hidden field using blade <input type="hidden" name="post_id" value...

0 Likes
2 Replies

Image Upload POST function is shows blank page only.

##ProductController ....public function store(Request $request) ....{ ....$image = new Image(); ......

0 Likes
0 Replies
posted 9 years ago

Creating a queued job with a object

Hi, I've a method that takes awhile to run and doesn't require holding up the viewer of the site. I'...

0 Likes
2 Replies

NEED ROUTING PROBLEM HELP

MY CONTROLLER <?php namespace App\Http\Controllers; use Illuminate\Http\Request; use App\Http\...

0 Likes
0 Replies

duplicating a Laravel 5.2 project breaks - RouteCollection.php line 161

Hello. Laravel 5.2 I have just finished one tutorial which worked find but if i duplicated the proje...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.