Support the ongoing development of Laravel.io →
mukeshp004

mukeshp004

Joined 23 Jun 2014

Statistics

Threads 15
Replies 10
Solutions 1
Articles 0

[L5.1] create facades using packages

I want to create a facades file in package and register it for app. i am looking for tutorial link P...

0 Likes
3 Replies

[L5.1] Convert Codeigniter library and helper to laravel's packages style

Hello, i am new to laravel, i want to convert ci library into laravel package style and access it i...

0 Likes
0 Replies

Create custom pagination

Pls any one help me i want to create a custom pagintaion class in laravel 5.1 same as below link. ht...

0 Likes
0 Replies

L [5] : Use Eloquent model Globally without using namespace

I want the Eloquent model in app ->Models ->users.php and in every file i h...

0 Likes
4 Replies

L [5] : how to autehnticate user on curl

i had made api in laravel 5 i want to authenticate User using CURL how can i use it Route.php Route...

0 Likes
2 Replies
Solved
replied 11 years ago

How did laravel packages access non static method in statically way

Thanks for your rply i got it is been used by __callstatic() function of the facade in facade class...

0 Likes
replied 11 years ago

How did laravel packages access non static method in statically way

ya i m refering source code from the start only but above process is in which file is it in Illumina...

0 Likes
replied 11 years ago

call controllers function without declared in Route

No without defining in route can i access the controller directly and also the route with multiple p...

0 Likes
replied 11 years ago

Library file

ok i will try packages. me i know whats the logic behind packages and how it is load in laravel . wh...

0 Likes
replied 11 years ago

Eloquent query

have had done this way but $query = self::take($userdata['per_page'])->skip($userdata['start'])...

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.