Support the ongoing development of Laravel.io →

Swift_TransportException

I am trying to write the code for sending email activation for registered users. When user registers...

0 Likes
4 Replies

Setting base_url

Hello mates ! I would like to ask you something about the base_url for Laravel. I used to code on Co...

0 Likes
2 Replies
posted 10 years ago

Blade in Var

Hi In blade template is following code: <?php $myNumber1 = "0001"; $myNumber2 = "...

0 Likes
3 Replies

92five app (self hosted project management solution)

Hey guys, I am finally done with my project management application and wanted to share it with you g...

0 Likes
1 Replies

Building dynamic queries with Elo/Query Builder not possible?

Hi, in the past i have build queries like this: if (...) {$q.="AND (city='New York' OR city='De...

0 Likes
1 Replies

Inheritance

I have two classes. A and B. The class A extends Laravel, the class B extends A. They rappresent two...

0 Likes
0 Replies
posted 10 years ago

HasMany > BelongsTo through relationship

I have the following tables: users: - id requests: - user_id - listing_id listings: - id...

0 Likes
3 Replies
Solved
posted 10 years ago

Grammatical correctness

We made the community site below for the artisans in Tokyo. http://laravel.tokyo/ I'd like to know t...

0 Likes
2 Replies
Solved
posted 10 years ago

How to access database count?

Pretty simple but I can't work it out, if I do a count on a table: $count = DB::table('fixtures')-&...

0 Likes
3 Replies
posted 10 years ago

kind of 'global function' possible in controller ?

Hello. I have a controller for 'users' and some segments under it like user/photos user/comments for...

0 Likes
2 Replies
Solved

Can't return a simple many-to-many relationship value

Hello! First of all thanks for the interest in my topic. I think that this question is easy. I have...

0 Likes
2 Replies
Solved
posted 10 years ago

Paginator::make() returning so much data it crashes the browser!

I am doing something simple like the following: // Controller $activities = Activity::all(); $activi...

0 Likes
8 Replies

[DOUBT] $user->save() VS User::where()->update();

Hi all, I am beginner in Laravel. I have some doubts. I'm working on a function to edit users, every...

0 Likes
4 Replies
Solved
posted 10 years ago

hasManyThrough relation

Is there any way to get all relational data with hasmanyThrough of third model that has many records...

0 Likes
1 Replies
posted 10 years ago

hasManyThrough with two belongsToMany

Hi there, company id name users id name roles id name company_user company_id user_id role_u...

0 Likes
1 Replies

Has Many Through Pivot

Imagine: Category can have many Products, Products can have many Series - so basically, Category can...

0 Likes
1 Replies
posted 10 years ago

Help with Eloquent relationships

I have the following tables products variants attributes options option_variant Look at this sqlfidd...

0 Likes
1 Replies

Did I find a bug in Eloquent? ID is not being set correctly using a hasManyThrough relationship and paginate.

Hi there, I have the following three models and relationships set up. class Customer extends \Eloque...

0 Likes
2 Replies
posted 10 years ago

Form displayed as plain text

Hi, I try to open a form. But the browser simply display the code not a form; {{ Form::open('url'=&g...

0 Likes
1 Replies
Solved

Missing artisan after `composer install`

I have an existing project that I'm setting up on a new machine. Of course artisan is gitignored. Ru...

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

© 2024 Laravel.io - All rights reserved.