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

Generating relative urls

Is it possible, with laravel 4, to generate partials urls without the root path ? I am working for a...

0 Likes
1 Replies
Solved
posted 9 years ago

Authentication system on Site Laravel 5.0

Hello, I am a new in laravel and want a best practice advice how to write Authentication system on s...

0 Likes
4 Replies
Solved

Route::post in home path

hi, im newbie, i'm using laravel 4.2 When i send a post request to home path route::post('/',functio...

0 Likes
2 Replies

trying to update laravel 5 through composer without success

Hello guys. Im using laravel 5 dev and Im trying to update it through composer. in composer.json: &q...

0 Likes
0 Replies

[L5] Constructor resolves instance of repository implementation class instead of interface

Firstly, sorry about the long title, but I was trying to be rather specific... Now to the actual que...

0 Likes
3 Replies
Solved

Homestead 2.0 really slow

Hi guys, I've been having trouble with a Homestead 2.0 VM. The initial load of the website takes aro...

0 Likes
2 Replies
Solved

How to achieve this? (image gallery context)

Hey, I am trying to show a product gallery, and when i click an image, i want to use lightbox to sho...

0 Likes
3 Replies
posted 9 years ago

eloquent select problem when attribute

When I do a select in a relationship, the model needs the other relation-referalls, otherwise I rece...

0 Likes
0 Replies

Homestead 2.0 fails to resume a halt-ed vagrant machine

I have homestead 2.0 installed in my workstation. It was working fine for a few days, as the system...

0 Likes
0 Replies
posted 9 years ago

Form Validation Issue on Updates

I ran into the common problem where I could not update the User because the Validator kept using the...

0 Likes
1 Replies
Solved

Homestead Vagrant Box - Filesize!

Hi so i'm having a go at setting up Homestead in Vagrant. It's the first time I've used Vagrant so I...

0 Likes
5 Replies

Calling custom helper method?

Hi guys, I just created a custom helper method. My route: //Demonstrate custom helper method. Route:...

0 Likes
1 Replies
Solved

Issue with Pagination

If I add this code to my query: ->leftJoin('event_schedule', function($join) { $join->on('ev...

0 Likes
0 Replies

What is 'removeTableFromKey' for?

Hi! I'm reviewing source code and found 'removeTableFromKey' in this line: /** * Fill the model wit...

0 Likes
0 Replies
posted 9 years ago

Issue saving hasOne / belongsTo relation without triggering an infinite loop.

I have a User model that hasOne profile and $with=['profile'] I have a Profile model that belongsTo...

0 Likes
0 Replies

Getting Data from Controller after Loading

Hi, Through ajax I am posting a value to a Controller, which I need get on the Modal Window on the V...

0 Likes
1 Replies

Help on relations please

Hello, I will really appreciate any help provided in this case, it's probably very simple but even t...

0 Likes
7 Replies

Redirect to slug url

i have a route for a hotel view with a slug hotel name. Route::get('/hotel/{slug}', function($slug){...

0 Likes
1 Replies
Solved

Help me for Multi Auth in Laravel

hi, i'm newbie can you help me... I get an assignment from my teacher to make auth i have two table...

0 Likes
5 Replies

Trouble displaying created_at value in view

I'm trying to display the created_at column in one of my views and I'm not having any luck. When I t...

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