Support the ongoing development of Laravel.io →

Loading certain javascripts

Hello, there. I was wondering how everyone handled loading javascript files in their various views?...

0 Likes
4 Replies
Solved
posted 10 years ago

Relations in namespaced models

I started to move all my models to namespaced directories /app/lib/Acme/models, but noticed that whe...

0 Likes
1 Replies
posted 10 years ago

How to get content only inner section on blade file

Hello I want to get content only inner section and set to variable and response vie ajax // layout.b...

0 Likes
0 Replies

Testing a controller fails because of view

Hi I'm trying to test a simple blog post controller that gets data by using the repository pattern (...

0 Likes
0 Replies

Handling dynamically created input fields (javascript, DOM)

My app allows users to dynamically add input fields in a form via some simple javascript. I construc...

0 Likes
1 Replies

Working without Clean URLs

I'm unable to use Clean URLs for my application (IIS, I don't manage the server, and none of the fre...

0 Likes
1 Replies

Temporary file not found on model create?

Hi everyone, so what i want to happen is when the form is submitted, an image is uploaded and the mo...

0 Likes
0 Replies

Search through relationships

Hi! I have a little problem that I'm not quite sure how to solve it. To simplify, lets say that I ha...

0 Likes
4 Replies
Solved

I only see "You have arrived." page

Hi; I installed Laravel using the instrunctions below but all I see is You Have Arrived page! What c...

0 Likes
6 Replies
posted 10 years ago

Uniqueness of coulumn in context of relation

Hey, i use Ardent and I can't find a way to validate model against uniqueness of column in context o...

0 Likes
0 Replies

Dynamic classes from eloquent

Hi everybody, I'm just getting started with Laravel and SOLID development, and I'm having trouble fi...

0 Likes
1 Replies

CORS ORIGIN from mobile app

Pardon my newbie-ness, but I'm new to Laravel and developing RESTFUL APIs in general. I found docum...

0 Likes
5 Replies
posted 10 years ago

IoC and Service Providers

Hi, I have an object that when instantiated needs some configuration. Params come from my config fil...

0 Likes
4 Replies
Solved

Really? 11mb request footprint?

I have a relatively stock install of Laravel save for a couple of extremely small service providers,...

0 Likes
4 Replies
posted 10 years ago

What about Routing?

Based on a lot of the questions I see elsewhere, Routing is a pretty big problem area for Laravel us...

0 Likes
0 Replies
posted 10 years ago

as I can construct the following sql statement

as I can construct the following sql statement SELECT (first_name || ' ' ||last_name) as name,t1.id...

0 Likes
12 Replies

Mocking Model Binding

I'm new to writing test cases and I'm writing a test to see if the edit resource page is shown corre...

0 Likes
0 Replies
posted 10 years ago

New photo gallery

Hey guys, I just finished working on a photogallery for laravel 4.1 using bootstrap3 and the interve...

0 Likes
0 Replies

Resource authentication and session data

In my controller I have: public function __construct() { $this->beforeFilter('auth', array('excep...

0 Likes
2 Replies
Solved
posted 10 years ago

Laravel eloquent relationship

I have a table ranks as position player_id 1 77 2 99 3 12 and one more table players as id na...

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