Support the ongoing development of Laravel.io →

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 9 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 9 years ago

Alter package configuration from another package

You can use laravel runtime configuration (Config::set) from your package service provider register(...

0 Likes
replied 9 years ago

Published config file not overwriting package config file

Maybe you could dump Config::getNamespaces() and see what you got there

0 Likes
replied 9 years ago

How can I find the test cases of Laravel itself

They are in the GitHub Repository : https://github.com/laravel/framework

0 Likes
replied 9 years ago

public_path() vs url()

The public_path() function does not intend to be use to serve browser friendly uri, so you're right,...

0 Likes
Solved
replied 9 years ago

Adding ServiceProviders / Facade from a package ?

Thanks! For the Facade I'm not sure how to accomplish this, though i'm not conviced it's a good prat...

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.