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

Current route instance

Hi guys, trying new unstable Laravel 5. We have now the "Middlewares" and all default filt...

0 Likes
3 Replies
Solved

route working only after clearing history and cache

Well I have a strange one: I'm in Windows and my uri is localhost/laravel/petdb/public/welcome anoth...

0 Likes
3 Replies

Overriding delete() class method is not working as expected

I have an Image model, which I want to override the delete method to erase the file from the system...

0 Likes
3 Replies
Solved

App architecture with multiple sources / newbie

Hi, I'm going to develop an application that may use many sources as data providers. It means that i...

0 Likes
1 Replies

Delete old image on update?

Hey guys, Im using the Intervention image to allow users to upload their images - this part works. W...

0 Likes
2 Replies

Paginate count incorrect

I'm using Laravel 4's pagination (which I have used successfully in the past) and have hit an odd er...

0 Likes
7 Replies

Trouble with Mail::send

I have the following configuration: 'driver' => 'smtp', 'host' => 'smtp.host.com', 'port'=>...

0 Likes
7 Replies

artdarek/oauth-4-laravel problem with creating new blogger post

Hi folks, I couldn't manage to handle how to open a new blog post with artdarek/oauth. I can login a...

0 Likes
1 Replies

.htaccess and unable to access assets

Hello, The .htaccess file in my root directory is pretty simple: Options +FollowSymLinks RewriteEngi...

0 Likes
2 Replies
Solved
posted 10 years ago

Eloquent relationships & seeding

Here is part of my Listing model file: public function model() { return $this->belongsTo('Model'...

0 Likes
4 Replies

Models for tables with multiple columns for primary key

I know to override the standard "id" column for primary key in an Eloquent model that you...

0 Likes
4 Replies

How to fetch data by using Eloquent relatinoship

Hi, I'm new to laravel. Currently trying to use eloquent in one of my application. I've 3 database t...

0 Likes
6 Replies

I want to become a full time freelancer, how do I start?

Hi guys, my name is Dallin 24 years old these are my skills: Frontend : HTML5 / CSS3 / jQuery / Embe...

0 Likes
7 Replies
posted 10 years ago

Using index routes with parameters in combination with the route helper (Bug?)

Hi, For some reason, my route helper will not properly recognize the parameters that I pass to the i...

0 Likes
7 Replies
posted 10 years ago

Unable to access FormData

Hello, For some reason or another I don't seem to be able to access the Posted data in my Controller...

0 Likes
6 Replies
Solved

auth for one group?

Hi all! Im new with laravel and I thinking how to solv one problem. in my routing I have somethink l...

0 Likes
1 Replies

Trouble authorizing with side application.

I have an Ads website, built on top of a CMS. Recently I have decided to write few managemenet utili...

0 Likes
0 Replies

Input::all() and Storing user issue with password_confirmation field

<?php // Controller public function store() { $validator = Validator::make($data = Input::all()...

0 Likes
5 Replies

Build project side menu

I'm using laravel-menu to build my menu's. Now I want to build a sidemenu for the projects in my app...

0 Likes
0 Replies

composer update issue laravel 4.2

I update composer last night my code working perfectly on xampp local pc but when i upload on server...

0 Likes
1 Replies
Solved

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.