Support the ongoing development of Laravel.io →

eusonlito

Joined 2 Apr 2014

Statistics

Threads 5
Replies 5
Solutions 1
Articles 0

Multiple AuthServices available

I'm creating an app that allow change the AuthService to use Laravel, Wordpress, etc depending the a...

0 Likes
0 Replies

Replace a yield or section from Controller

Hi to all :) I have a template with a @yield that I need to replace when an error occurs to show an...

0 Likes
1 Replies
Solved

Migrate package from 4.2 to 4.3/5

I'm trying to migrate my packages from 4.2 to 4.3 but I have an error because Laravel doesn't not re...

0 Likes
1 Replies
Solved
posted 9 years ago

Packing CSS, JS and Images with laravel/packer

Hi guys, I have created a package to minify and pack css and javascript files, also you can create t...

0 Likes
0 Replies
posted 10 years ago

Problems with Eloquent ORM, namespaces and "with" function

I have this models: app/Models/Instance.php <?php namespace App\Models; use Eloquent; class I...

0 Likes
1 Replies
replied 9 years ago

How do I run a DB queries for every page generated?

Fucking laravel.io code format... You can extend yours controllers using a base controller: app/con...

0 Likes
replied 9 years ago

How do I run a DB queries for every page generated?

You can extend yours controllers using a base controller: app/controllers/base.php <?php na...

0 Likes
replied 9 years ago

Migrate package from 4.2 to 4.3/5

Package updated and fixed.

0 Likes
Solved
replied 10 years ago

Problems with Eloquent ORM, namespaces and "with" function

Ok, my fault, Instance model had not the relation with InstanceDisk: public function instanceDisk()...

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.