Support the ongoing development of Laravel.io →

Kryptonit3

Joined 3 Mar 2014

Statistics

Threads 7
Replies 33
Solutions 4
Articles 0
posted 8 years ago

[L5] Count query running multiple times

I have a query that counts rows in a table that equal 5. For some reason it is running multiple time...

0 Likes
0 Replies
posted 9 years ago

[L5] 2 css files with same group/permissions - one inaccessible

Not sure what happened. Maybe a recent update? I push my code changes to my public environment from...

0 Likes
0 Replies

L4 - unable to get custom pagination to render

I have a view in (inbox/pagination.blade.php) Here is the contents @if($paginator->getLastPage()...

0 Likes
0 Replies
posted 9 years ago

polymorphic relationships and laravel - two messaging systems

I am building a specific kind of messaging system. A user can message a user. A user can message a c...

0 Likes
6 Replies
Solved

Bye Virtualbox/Vagrant/Homestead, Hi Laragon

( cross posted @laracasts too, just want you guys to check this out http://goo.gl/c0uc1S ) Just foun...

0 Likes
4 Replies
replied 9 years ago

dploy.io - new Controllers not found?

Possibly related http://laravel.io/forum/03-15-2015-l5-2-css-files-with-same-grouppermissions-one-in...

0 Likes
replied 9 years ago

Laravel Error Message When Sending Email

here is my registration, email confirmation posting. public function registerPost() { $validator =...

0 Likes
replied 9 years ago

Using carbon to get next weeks dates.

function scopeUpcoming($query) { $date = Carbon::now()->addDays(7); return $query->where('st...

0 Likes
replied 9 years ago

Issues in counting user login on every login.

here is a good email verification tutorial you can implement to make users verify their emails befor...

0 Likes
replied 9 years ago

Issues in counting user login on every login.

you can delete that table and relation completely. All you need to do is add a column to the user(us...

0 Likes
Solved

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.