Support the ongoing development of Laravel.io →
posted 8 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 8 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

Problem while deploying laravel project on shared server

Hi, I have uploaded laravel project on godaddy server and updated .env file and also updated all req...

0 Likes
2 Replies

Laravel5 - validation: ignore a given id for multiple uniqueness condition

I have created a validation form using Validator::make on laravel 5: Validator::make($request->al...

0 Likes
2 Replies

Laravel eloquent inverse one to many returns empty

I have following MySQL table structure: posts table: posts: {id(PK), title, content, slug, date, wri...

0 Likes
1 Replies

Test Commands in Packages

Hey there, I am trying to write some tests for my commands which are within a package. I managed to...

0 Likes
2 Replies
Solved
posted 8 years ago

Laravel url decode

I have a form: <input type="checkbox" name="array[]"> </form>``` Wh...

0 Likes
1 Replies

Add Columns with Methods Undefined

What I am trying to do is set a column to be a foreign key. Following the documentation, it's prett...

0 Likes
3 Replies
Solved

User->Purchase->Details help

Hello, I need help with the following structure in laravel: - User id - Purchase id user_id - Deta...

0 Likes
0 Replies

Using nestedset in model to get tree

Hi, We're using the lazychaser/laravel-nestedset (on gidhub) / Kalnoy\Nestedset (composer/packagist)...

0 Likes
0 Replies

Route to delete method

Hi, I'm having troubles to define a delete route, can someone showme an example about how to define...

0 Likes
2 Replies

Content/Translation based on Language AND Country

Hello Laravel experts! I've created a microsite for my customers and they like it so much that they...

0 Likes
0 Replies

Eager Loading error on my Entities when i migrated from 5.1 to 5.3

User.php <?php namespace ESP; use Illuminate\Auth\Authenticatable; use Illuminate\Database\Eloq...

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.