Support the ongoing development of Laravel.io →
posted 7 years ago

Basic sections in template not rendering.

Hi all, I just started with Laravel and I've run into an issue where when I yield a section, it does...

0 Likes
2 Replies

hasOne not working (undefined property: stdClass)

I have two tables users id | name images id | user_id User model class User extends Authenticatabl...

0 Likes
2 Replies
posted 9 years ago

Little help with validation rule.

I am trying to do a basic "contact us" page with a message text area that allows for regul...

0 Likes
1 Replies

Laravel controller constructor not being run

I am running laravel v5.3.10 and the constructor is as given below, I tried using the auth middlewar...

0 Likes
3 Replies
Solved

how to download vagrant box manually?

Hi guys, I have slow connection. And downloading this command below is killing me. vagrant box add l...

0 Likes
12 Replies
posted 7 years ago

Laravel Blade: Unable to pass parameter in partials

I am passing variable in my view partial but in partial it says variable not found. I am doing follo...

0 Likes
1 Replies

Authenticating using IIS and Active Directory

Hi all, I am currently stuck finding a concept to satisfy the following requirement: a "portal&...

0 Likes
0 Replies

POST request sends me to home page after add a FormRequest

I'm developing an API using Laravel 5.3, so I'm using a FormRequest to make my validation. When I se...

0 Likes
2 Replies

Customize sendSwiftMessage() Laravel Swiftmailer function

Hello everyone! I would like to know how I can override/customize sendSwiftMessage() protected funct...

0 Likes
3 Replies
posted 7 years ago

belongsTo() throwing "Trying to get property of non-object in View: "

I have only a single model with a self join class OfficeType extends Model { protected $table =...

0 Likes
2 Replies
Solved

Eloquence/Searchable working with translatable

Hi, i'try to use this package with laravel-translatable, there is any possibility to search in trans...

0 Likes
0 Replies
posted 7 years ago

Use Eloquent string in query

Considering this: $filters = 'where('id', 10)'; Is there any way to then use this in a eloquent str...

0 Likes
0 Replies

Setting up Laravel, I can reach / but not /login, /register etc

Hi! I am trying to set up laravel, my project is basicly empty I just want it to work. My operating...

0 Likes
13 Replies
Solved

[package] process job on laravel events with node

hi, i just released a package to process job on laravel event you just need 5 minutes to setup ;) l...

0 Likes
1 Replies

how would I convert this into Query Builder?

insert into `combined_results_by_typecode` (product_id, typecode, group_id, group_name, passed_count...

0 Likes
2 Replies
posted 7 years ago

Synchronize jobs Laravel

I have 4 methods: A, B1, B2, B3 and want to encapsulate their execution in separate jobs. A generate...

0 Likes
2 Replies

Adding a Vue Component to Spark

Has anyone got a step by step example of actually adding a vue component such as the awesome vue-mul...

0 Likes
2 Replies
Solved

Variable in router to define namespace

Hi, in the router i could do: Route::group('namespace' => 'Admin'], function() { // C...

0 Likes
0 Replies

Installing PostGIS on Laravel homestead

Has anyone had success doing so? I've pulled the source, but once I attempt to configure, it's unabl...

0 Likes
1 Replies

I think it's apache2-related?

My server is Ubuntu and the webserver is called apache2, I also got the FTP running "properly&q...

0 Likes
5 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.

© 2024 Laravel.io - All rights reserved.