Support the ongoing development of Laravel.io →

validate form

Hi, I have form: <form action="{{ url('users') }}" method="POST"> <tabl...

0 Likes
1 Replies
posted 10 years ago

Database model

This is possibly not a real Laravel-question but I'm developing my new site in Laravel. This is the...

0 Likes
5 Replies
posted 10 years ago

How to render view from string with blade template format?

How to render view from string with blade template format? like this: $str = "{{ $abc }}";...

0 Likes
2 Replies
posted 10 years ago

is there any ide supports blade syntax

Hi i try many IDEs no one supports blade autocomplete im new to laravel and i need autocomplete and...

0 Likes
5 Replies

Combining Eloquent libraries

Hey guys, I'm having a small problem regarding the combination of multiple eloquent based libraries....

0 Likes
0 Replies

Many to Many Polymorphic relationship catch-all method?

Ok so I have a certifications table which can have many employees or materials. Also the employees a...

0 Likes
3 Replies

migration files from existing tables?

Is there a way to create migration files for existing tables quickly?

0 Likes
1 Replies

Custom Macro can't populate input in form

Hi, i have these macros https://gist.github.com/brwnll/10927191 Works great, but in mi form can't pu...

0 Likes
1 Replies
Solved
posted 10 years ago

Check if row exists

Should this work to see if a row does or doesn't exist? $exists = DB::table('roles')->where('nam...

0 Likes
3 Replies
Solved

Get an user who has specific relationships

Hi. I have a user with countries relationship. (hasMany) user_id 1 country_id 1 user_id 1 country_i...

0 Likes
2 Replies
Solved

Confide vs Auth

I am just starting an app and wondering if I should try to handle user authentication with a package...

0 Likes
2 Replies
posted 10 years ago

Call to undefined method User::save()

Hello everyone. I have a mistake when I run the routes.php with a notice error: Call to undefined me...

0 Likes
7 Replies
posted 10 years ago

What is the best mail provider to go with Forge & Digitasl Ocean?

Hi, I have set up the domain on Digital Ocean, created account with Forget, Mandrill is working alon...

0 Likes
5 Replies

Many to Many eager loading strange behaviour

Hello all, I've been struggling with a strange behaviour when trying to load partial information fro...

0 Likes
1 Replies

Problem returning SSH Response

Hello! Thanks for interest to this topic. I'm pretty new in Larave and i have a little question. May...

0 Likes
3 Replies
Solved
posted 10 years ago

Modular Models

Hi, is it possible to extend models on the fly? What I want to do is to build a modular application...

0 Likes
7 Replies

SlowTimer @ Forge w. Nginx + HHVM & Hack (Beta)

Hi guys, I was wondering if anybody experienced this problem before. We're doing a cURL request to g...

0 Likes
2 Replies
Solved

Ordering by the count of a related table result

The setup. I have Posts items that users can favourite. I show the count of how many people have fav...

0 Likes
4 Replies
Solved

Should composer.json packages require 'illuminate\support' ?

I notice when creating workbench packages they often require illuminate\support is this bad practice...

0 Likes
2 Replies
posted 10 years ago

How specify columns with using ::with() ?

Hi everyone! I try this code: $urls = Url::with(['user' => function($query){ /** @var $query \I...

0 Likes
3 Replies
Solved

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.