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

Eloquent and database functions

Hi there. I'm new to Laravel so please be gentle with me! I'm a little stumped as to how I would go...

0 Likes
3 Replies
Solved
posted 10 years ago

Installing laravel on my ubuntu 13.10

Hi I try to install laravel 4 on my ubuntu 13.10 using the laravel command but when i palce the lara...

0 Likes
4 Replies

Asset-Pipeline SCSS Compass

I'm setting up Asset-Pipeline as part of our project. Previously we used Codekit to compile these SC...

0 Likes
1 Replies
Solved

Default value for all Eloquent attributes

Hi, I'd need to set a default value for any Eloquent model attribute. So, for example if I try to ge...

0 Likes
6 Replies

Tag request: Architecture Tag

Any chance of adding an "Architecture" tag as an option? This tag would represent threads...

0 Likes
2 Replies
Solved

Jquery auto-complete - bridge table - best practice.

This is a noob question but I hope you can help. I have a table of reference data (places, events, p...

0 Likes
0 Replies

[SOLVED] Artisan doesn't work after upgrading to 4.1

Hi, Yes - i know there's threads about this but I've tried just about everything. After upgrading to...

0 Likes
1 Replies
Solved

Copied application is not working

Hello Community! I developed an Application with Laravel 4.1 on my Windows machine (and it's working...

0 Likes
1 Replies
Solved
posted 10 years ago

filemanager thread

Every company in my app has a folder that has the same name as the company name: Inside that folder...

0 Likes
4 Replies
Solved

Laravel Pagination in eloquent ORM with()

have used pagination in laravel and that time the query is very simple. So I have manage to work on...

0 Likes
0 Replies

Storing multile selections into database

Hello, I have a form with select name "interests" and i present multiple options so i am u...

0 Likes
4 Replies
Solved

Getting 'undefined method error for orderBy()' on new repository

With the help of some nice folks over on Reddit I was able to get most of my controller functionalit...

0 Likes
1 Replies

Issue loading psr-4 ServiceProvider

Hello, I'm getting a class not found exception after creating a service provider for my repositories...

0 Likes
4 Replies
Solved

Structure of directories when namespacing

So I'm just starting to use namespacing and I'm I would like to know the recommended method for stru...

0 Likes
0 Replies
posted 10 years ago

Guardar Usuario

public function store() { $input = Input::all(); $validation = Validator::make($input, Usuario::$rul...

0 Likes
1 Replies

Is it possible to set properties to the authenticated user?

In the User model, I've created a property called groupMembership and a method called setGroupMember...

0 Likes
3 Replies

Adding Select statement to ORM

Retrieving A Record By Primary Key $user = User::find(1); var_dump($user->name); Is there anyway...

0 Likes
4 Replies
Solved
posted 10 years ago

Retrieve the sender username of a message with relationships

In my Message.php model, I defined the following: class Message extends Eloquent { public functi...

0 Likes
3 Replies
Solved

Blade Nesting

What I want to do is @include(@yield('layout')) which I can't do because it is most likely nesting p...

0 Likes
4 Replies
Solved
posted 10 years ago

Where to put XML parser?

Hello, In my project, I have to send SOAP requests to a remote webservice. I then use the XML respon...

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