Support the ongoing development of Laravel.io →

[L5] External Database Schema, Models and Eloquent

Below is an explanation of how I got my Laravel 5 application to query an already-existing database,...

0 Likes
0 Replies

autocomplete and external source

My view: <h2>Laravel Autocomplete</h2> <?= Form::open() ?> <?= Form::label('aut...

0 Likes
0 Replies

How Eloquent works with Relationship?

I'm new to relationship so many apologizes if it's just dump question. I'm using a pivot table named...

0 Likes
0 Replies

Laravel Authentication Always Fails..

I've Searched quite a bit and can't find the solution.. My Credentials are valid, but it always retu...

0 Likes
0 Replies
posted 10 years ago

Where to from here?

I'm learning L5 and php OOP and think i'm getting on pretty well. I am using routes, controllers, el...

0 Likes
1 Replies

Using CORS(Cross-Origin Resource Sharing) to access Laravel Routes, Error(Unauthorized)

I'm using simple Restangular function "Restangular.one('here_is_laravel_route').get();" to...

0 Likes
0 Replies
posted 10 years ago

Class '{blah}' not found (Laravel 5)

I'm having an issue related to Eloquent and calling it in the routes or Blade Templates, this error...

0 Likes
1 Replies

file upload is not working

Hello, i am new in laravel, i am facing a big problem and i can't solve this problem. I am trying to...

0 Likes
1 Replies

Composite keys and hasOne

got this table with composite key class CreateHtmlMetasTable extends Migration { public functio...

0 Likes
2 Replies

Session doesn't persist on CORS

Hi, I'm trying to create an API with Laravel, this are on my localhost:8080, and i want to use it wi...

0 Likes
1 Replies

selection from one to many relation

HI, I have three tables like this: Users with columns id name Events with columns id fk_user name de...

0 Likes
0 Replies

Laravel5 Slug

Can anyone point me in the right direction of a slug package or a tutorial on how to make SEO Slugs...

0 Likes
3 Replies

Plugin Laravel Netbeans

Hello, I'm searching plugin for Netbeans and I found this: https://github.com/barryvdh/laravel-ide-h...

0 Likes
1 Replies
posted 10 years ago

[L5]Cannot return view from command handler

Hey, So I'm pretty fresh to Laravel, and now I'm trying to dynamically generate the edit view of the...

0 Likes
1 Replies
Solved

Form requests: how do I ensure that one of two fields is filled?

Hopefully, the title is explanatory enough... I have a form request that is run when my form is subm...

0 Likes
4 Replies
Solved

mysql shema for eshop with services of multiple types

Hello, Im creating an eshop with Laravel and im designing the database. The eshop will have a variet...

0 Likes
0 Replies

Prevent queue:listen from exiting with redis is not running yet

I have a situation where the server is trying to start queue:listen when the redis server is not onl...

0 Likes
0 Replies
posted 10 years ago

Weird Route/View behavior when passing parameters

Using Laravel 4, I have created 2 routes: Route::get('dev', function() { return View::make('dev');...

0 Likes
2 Replies
posted 10 years ago

Newbe blank page issue

hi im learning the laravel ropes and pretty into it. been following this tuitorial: https://www.pack...

0 Likes
11 Replies

L5 Validator not found

Hi, i'm new to Laravel and i'm trying to understand the validation part of a form. Can you help me t...

0 Likes
6 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.