Support the ongoing development of Laravel.io →

RodrigoBalest

Joined 22 May 2014

Statistics

Threads 4
Replies 6
Solutions 0
Articles 0

Using static classes for validation, what do you think?

Hi. For validation, I created the following strategy using static classes. I have a parent static ab...

0 Likes
4 Replies

Is always needed to return something in ServiceProvider::provides() method?

Hi. I's a simple question. If I have something like this in my service provider: public function boo...

0 Likes
3 Replies
Solved

Workflow for developing private packages

Hi. I need to develop a package that's specific to a single project I'm working on. I rather use add...

0 Likes
2 Replies
Solved

Install extra packages after Laravel is installed

Hi. Say I created a new Laravel project using Composer this way: composer create-project laravel/lar...

0 Likes
2 Replies
Solved
replied 9 years ago

LDAP + database

Hello! Here's how I did it: First we need to overwrite getFresh() method of the Illuminate\Database...

0 Likes
replied 9 years ago

Using static classes for validation, what do you think?

jacksoncharles said: I rarely using static methods. Whilst they maybe faster they are far less effi...

0 Likes
replied 9 years ago

Using static classes for validation, what do you think?

It's a good way to separate things. And about the fact of using an static class as a helper, what do...

0 Likes
replied 9 years ago

Is always needed to return something in ServiceProvider::provides() method?

I've been reading around and I thought it would be something like this. There are various tutorials...

0 Likes
replied 9 years ago

Workflow for developing private packages

Thanks Ehesp! I'll go for the BitBucket approach. Later I'll give a look at Satis.

0 Likes

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.