Support the ongoing development of Laravel.io →
posted 10 years ago

Local environment Setup for Laravel

Laravel doc mainly focus on Homestead way of installation ( its my opinion ). I haven't come across...

0 Likes
2 Replies

Weird behaviour from Envoy

I'm experiencing something odd with Envoy, and I don't where I'm going wrong. It seems to ignore som...

0 Likes
2 Replies
Solved
posted 9 years ago

Url Navigation

Hi all i have an issues with header Menu I need to use the class called active it has some special e...

0 Likes
5 Replies
posted 9 years ago

Active class route issues

Hi Buddy, I have an issue with active class. I am using the the following code in the location of ap...

0 Likes
0 Replies
posted 9 years ago

cache system for a search action

hello, I have implemented an ajax search mechanism and for Performance purposes I want to cache the...

0 Likes
1 Replies
posted 9 years ago

How to create one to one relationship in database with migrate

I want to create one to one relationship in mysql database but I can't find any solution. User table...

0 Likes
0 Replies
posted 9 years ago

route questions

With this route Route::get('home', 'PagesController@home'); I can view the page with this http://loc...

0 Likes
0 Replies

Tip for anyone with problems with sessions not persisting

I spent 2 days trying to debug why my application wasn't persisting sessions properly only to eventu...

0 Likes
1 Replies

Using the Bitpay library with laravel

I'm still a laravel beginner, and I cannot figure out how to load the bitpay class. I did composer r...

0 Likes
0 Replies
posted 9 years ago

On user registration create another table row

Hey ;) How would I go about this problem when I have a code like this in AuthController: public func...

0 Likes
1 Replies
Solved

How to store user's email in database and send them emails? What am I doing wrong?

I'm new to this. anmd certainly doing something wrong. When I enter email address in email field, th...

0 Likes
1 Replies

L5.1 why Undefined variable: userInput in View?

Hi! Why im a getting this error in my view?? Controller------ public function createPost(PostReques...

0 Likes
2 Replies

How do you do a full text search across multiple tables?

I have been searching exhaustively how to do a full text search in laravel from multiple tables and...

0 Likes
0 Replies
posted 9 years ago

Why are dashes not allowed in routes in 5.1

The docs for 5.1 say: Note: Route parameters cannot contain the - character. Use an underscore (_) i...

0 Likes
2 Replies
Solved

Creating versioning and oauth2 bases authentication with my existing project on cakephp 2.0 to laravel 5

I am upgrading from cakephp 2.0 to laravel 5.1. I need to do versioning if some one can suggest its...

0 Likes
1 Replies

What makes Larevel a RESTful framework?

Hi, I can read here and there that "I like Laravel, because it's a RESTful framework", but...

0 Likes
3 Replies
Solved

Auth::attempt($credentials) not working

When i am using this code to login $credentials = [ 'email' => Input::get('log...

0 Likes
1 Replies

Custom Auth with Laravel 5.1

Greetings everyone, I have a problem when I make my custom Auth Controller in L5.1 my code is: Custo...

0 Likes
3 Replies
Solved

How to make a variable Database call?

I'm trying to set up a single Controller that will be passed a variable name from the route. I'm not...

0 Likes
10 Replies
Solved
posted 9 years ago

Get From Storage API failed in nginx (ubuntu)

Hi, I've been 2 weeks try to solving this problem. In windows (using xampp) i manage to retrieve vid...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

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.

© 2025 Laravel.io - All rights reserved.