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

How to use packages in Laravel 3?

I have a application developed in Laravel 3. Is there a neat way or best practices in using packages...

0 Likes
2 Replies

user meta table and model association through eloquent

hey guys and girls, got a predicament i need some help with. I'm building (hopefully) a really devel...

0 Likes
0 Replies

Updating records (one-to-one relationship) help needed!

What I need to achieve: One Veiculo "MAY" have one Colaborador, and a Colaborador "MA...

0 Likes
5 Replies

Can't pass variable to a class which extends another one always return NULL

class PDF extends FPDF { private $number; function setNumber($number) { $this->number = $nu...

0 Likes
5 Replies

Create class wrapper

Hi, I recently updated this package on GitHub to use composer: https://github.com/hudster/PHPPwinty...

0 Likes
0 Replies

Is it possible to manipulate form data before passing in to database?

Hello awesome Laravel community!!! This is my events table in DB $table->increments('id');...

0 Likes
4 Replies

Lost with MessageBag and validation errors

I have a repository EloquentPageRepository that creates and saves pages. I have an Observer than is...

0 Likes
2 Replies
Solved
posted 9 years ago

.htaccess problems

I am trying to set up an environment so that the url root is pointing to the application root direct...

0 Likes
11 Replies
Solved

How to specify which values are needed from db in Laravel?

After auth when getting user i need to exclude all values except needed, hot to do this? Tried somet...

0 Likes
6 Replies
Solved
posted 9 years ago

Image library GD and Curl problems

I am using xampp on windows 8. I am having problems with image manipulations . I have this output :...

0 Likes
0 Replies

Setting up Apache & Laravel 4 on Mavericks

Hi guys .. I am trying to set up my dev environment. Laravel is installed as follows: /usr/local/bin...

0 Likes
6 Replies

Ramblings : The Repository

The "Repository" was the elusive unicorn that I struggled to grapple for a decent amount o...

0 Likes
2 Replies

Laravel Magic in Eloquent and View

Hey guys, just found out some functionality in Eloquent and View classes. I think this does help out...

0 Likes
4 Replies

How do I add select option tag

Hi. How do I add select option data-icon tag ? Can't be, Blade Form::select array. FormBuilder Class...

0 Likes
0 Replies

I van't route to anything but the root directory

Hello, a very frustating Error stops me from start coding with laravel. I will explain it short and...

0 Likes
2 Replies
posted 9 years ago

Kint dd() not working in 4.1

I have one project that started out as 4.0, since upgraded to 4.1, and Kint's version of dd(...) sti...

0 Likes
1 Replies
Solved

Moved Site - Classes "not found" now

Hello, So I moved a laravel install from my local WAMP machine to a setup on CENTos 6 I did a brand...

0 Likes
1 Replies
Solved
posted 9 years ago

Repository function parameters, id vs object

Which is considered best practice, passing an object to repository function or object ID? class User...

0 Likes
7 Replies
Solved

shell_exec - how to do?

I want to execute shell_exec('whois domain.com'); and get only email field in a laravel app. how to...

0 Likes
5 Replies

Load service providers for specific subdomains (or sharing resources across installs)

I may be making a ton more work for myself here, so I wanted to know the best practice for sharing r...

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.