Support the ongoing development of Laravel.io →

Problems installing Laravel 4 on Windows 7

Greetings After installing Composer, I then went to c:\xampp\htdocs and ran the following command: c...

0 Likes
1 Replies
posted 9 years ago

Can a View Composer find out what controller/action it is being called in?

Is this possible? I'd like a View Composer to know the name of the controller and action context so...

0 Likes
1 Replies
Solved
posted 9 years ago

Getting Finite to work with Eloquent

I am using Finite (an FSM - https://github.com/yohang/Finite) along with another handy trait (https:...

0 Likes
6 Replies

ORM where fields have same value with related model field

I have model a with column name value_a and model b column name value_b. model a have hasOne relatio...

0 Likes
1 Replies

Insert dynamic form data via model

Hello, i want to insert dynamic forms into the database. Database table : ID | DEPARTMENT_ID | CATEG...

0 Likes
0 Replies

Raw SQL to Eloquent

Is it possible to translate this UPDATE `questions` SET `sort` = CASE `ID` WHEN '1' THEN 0...

0 Likes
1 Replies

Undefined "category" variable

http://laravel.io/bin/Y5dzr this is my layout. Please solve the issue. Thank you.

0 Likes
1 Replies
posted 9 years ago

Queue is not reading data which is being passed to it.

Hi there. I've come here to seek a potential solution to an issue I have. I am running Laravel 4 wit...

0 Likes
2 Replies
Solved

Laravel IoC and dependency injection.

Hi! Can someone help me with laravel IoC. Where i can find good tut or something to help me understa...

0 Likes
1 Replies

Merge Laravel eloquent model objects

Hi, I have two eloquent queries : $result_name = Item::where('name', 'LIKE', '%'.$key.'%'); $result_...

0 Likes
2 Replies

Database query user meta table.

I am building a filtering system which allows a user to filter other users via setting up some varia...

0 Likes
0 Replies

Laravel 4 multiple users security

Dear people, I am developing a multiple user web application. My concerns are about the security. I...

0 Likes
7 Replies

eloquent ORM in RDBMS comparision

Hello! I am about starting my thesis, I have made an laravel application with eloquent ORM/mySQL now...

0 Likes
0 Replies
posted 9 years ago

Access to public url in admin

I am not sure if it is the lack of sleep or knowledge, but here is what I am trying to do. In the Au...

0 Likes
2 Replies
Solved
posted 9 years ago

View database schema

I'm working on an old project that has been built by several dev's who have since left. In laravel 4...

0 Likes
0 Replies

Unknown sign out error

Hello, I have an error when I'm singing out. The process works properly, but this error...(?) I have...

0 Likes
2 Replies
Solved

Using Eloquent with the IoC Container

I have what will likely be a very simple issue to solve for an advanced Laravel user regarding how t...

0 Likes
0 Replies
posted 9 years ago

Blade within PHP?

Hi, I'd like to create a {{ Form }} within several elements on a page. So I tried, foreach($group as...

0 Likes
2 Replies
Solved
posted 9 years ago

Extra relations on pivot tables done properly

Hello! I'm new to Laravel and Eloquent. I come from Kohana, and I'm used to the conventions used the...

0 Likes
3 Replies

Best way to send notifications

In my app I'd like users to decide how they want to receive notifications (different channels and di...

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.

© 2024 Laravel.io - All rights reserved.