Support the ongoing development of Laravel.io →
codextends

codextends

Joined 1 Feb 2014

Statistics

Threads 2
Replies 17
Solutions 2
Articles 0

Adding ServiceProviders / Facade from a package ?

I have face this question several times. Sometimes I write a package that uses one or several 3rd pa...

0 Likes
4 Replies
Solved
posted 11 years ago

Streaming Files with Laravel

I'm trying to implement a video streaming server using laravel, with Jwplayer as a client. It works...

0 Likes
3 Replies
replied 11 years ago

Override table prefix for one model

You can simply override the table name in your Eloquent Model, example : protected $table = 'pmt_us...

0 Likes
replied 11 years ago

Organisation of code used in multiple models (image manipulation)

If you want to share code on several models you could use a trait.

0 Likes
replied 11 years ago

Migrations from 3rd party packages

In a similar user case, I created an artisan 'install' command that run all needed migrations from s...

0 Likes
Solved
replied 11 years ago

Default value for all Eloquent attributes

In that case, derive your own class from Eloquent and override the getAttributeValue() method to ret...

0 Likes
replied 11 years ago

Default value for all Eloquent attributes

You could use a presenter class for your model, using the package by shawn ;) https://github.com/Sha...

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.

© 2026 Laravel.io - All rights reserved.