Support the ongoing development of Laravel.io →

lucabernardino

Joined 16 Feb 2015

Statistics

Threads 4
Replies 6
Solutions 0
Articles 0

redirect() not working in custom laravel 5 package

Been facing an issue all week and I know it's probably simple but can't seem to figure it out :( whe...

0 Likes
2 Replies
posted 9 years ago

Question about service providers

So I have a class which I'm using psr-4 to autoload. I have access to it and I can call it's methods...

0 Likes
1 Replies

redirect uri mismatch error with Github and Socialite

Not sure what Im doing wrong but its so frustrating. Trying to integrate github login with socialite...

0 Likes
0 Replies

Escrow service

Does anyone know of a package or api that can be used to integrate escrow type functionality? Seen a...

0 Likes
0 Replies
replied 9 years ago
0 Likes
replied 9 years ago

Laravel vs Meteor JS

Cool but it's comparing apples to oranges... :)

0 Likes
replied 9 years ago

Using AppServiceProvider to make data available across the whole site?

A call to boot will be made with every request to Laravel. IMHO you should probable register a new s...

0 Likes
replied 9 years ago

Redirect to new post with slug rather than id?

Route::model('blog', 'Blog'); Route::bind('blog', function($value, $route) { return Blog::where...

0 Likes
replied 9 years ago

Adding my class to laravel project

you can add the file anywhere you like as long as composer can autoload it. Then you can try this ht...

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.