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

Issues with Laravel Cache

I have one strange issue while using Memcached with Laravel. On my local environment I'm using Windo...

0 Likes
0 Replies

where is the "Eloquent" class file?

class User extends Eloquent {} I can't find where the "Eloquent.php" class file in the &qu...

0 Likes
4 Replies
posted 9 years ago

After user login back to page request when click on menu

Who did it help me, have a direction I think create Session but error

0 Likes
1 Replies

Form::select() uses wrong parameters

When I do this (note the 4th param with the class info) Form::select('costRange', array('a' => 'a...

0 Likes
2 Replies

Is there any events before/after blade compilation?

I'm trying to manipulate my views before they are sent to the browser. I found the Blade::extend met...

0 Likes
1 Replies
posted 9 years ago

Stange eloquent behaviour. Can someone explain why this happens?

I had the following models. <?php use LaravelBook\Ardent\Ardent; class Teacher extends Ardent{...

0 Likes
0 Replies
posted 9 years ago

How to: foreach without affecting every row?

Is there a way to do a foreach on for example your products and sort this by their category_id and s...

0 Likes
4 Replies
Solved
posted 9 years ago

Undefined variable: title, in Laravel 4.2.8

http://stackoverflow.com/questions/25115720/undefined-variable-title-in-laravel Yes, it´s works, but...

0 Likes
0 Replies

possible to create dinamic sql query

Hello friends, you can create a dynamic sql query: there are 3 input and the user can enter a value...

0 Likes
1 Replies
posted 9 years ago

How can I add new keys to a newly created Collection using each()?

I am trying to add two new keys to a previously iterated Collection. I am using the each() method bu...

0 Likes
0 Replies

Select from subquery

hi, i need to do this query: SELECT avg(vote) FROM (SELECT max(timestamp), vote FROM votes_table WHE...

0 Likes
1 Replies

homestead confusion - setting up ssl and clarity on using VM

Hi I'm trying to start to use vagrant for development - I'm completely new to using vagrant for my d...

0 Likes
0 Replies

Uploading files with ajax dropzoe on nginx server with Laravel

Hi guys; I am pretty new to this I was wondering if this is the right way of doing it. Any tips woul...

0 Likes
1 Replies
posted 9 years ago

Selects with joins and wheres

I'm trying to select specific columns from two tables however when I add the ->select() method in...

0 Likes
3 Replies

Enable Blade by default

Hey guys, is it possible to enable Blade by default, without having to name file with .blade.php ext...

0 Likes
0 Replies

Relationship with Games and Events

I'm trying to figure out this tough relationship with the Eloquent relationships. Lets say through o...

0 Likes
4 Replies
Solved

how to mass delete users with array

Hi, I have an array of user id that need to send back to laravel route for deletion. How should I se...

0 Likes
2 Replies
Solved
posted 9 years ago

one-to-many relation problem

Hello i facing an issue with the inverse relation of a one-to-many relation. My two models are the f...

0 Likes
1 Replies
Solved
posted 9 years ago

Question about Overwriting Sections

hay, i can't understand this part in laravel doc when they said : Overwriting Sections By default, s...

0 Likes
0 Replies

Correct Method of User to Profile Linking

Hi All, So after many years of failed attempts at using PHP frameworks, I found Laravel and I love i...

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