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

Password confirmed problem

public function store() { // validate $rules = [ 'username' => 'req...

0 Likes
4 Replies
posted 10 years ago

getPdo()->quote add slash to quote instead of another quote

Hi, Here's what i got when i try to quote a string $string = "Because I'm happy"; $quoted...

0 Likes
1 Replies
posted 10 years ago

Why are there so many Laravel-specific Composer packages?

Why are there so many packages on Composer that are specific to Laravel? Isn't the whole point of pa...

0 Likes
2 Replies

Package development question

I need some help developing a non-Laravel-specific package. I understand how to create a new package...

0 Likes
2 Replies

How to pass Sorting parameter to Repository

I have function all($columns = array(*)); public function all($columns = array(*)){ return $this...

0 Likes
0 Replies

Doctrine for Laravel

Hi guys, any recommended doctrine plugins to laravel 4?

0 Likes
0 Replies
posted 10 years ago

calling a controller method from a view, HELP...

hello, look like to draw from the view to a method of a controller, for example in the view I have t...

0 Likes
1 Replies

Basic custom route filtering with multiple parameters

So I'm attempting to authenticate my user's using Laravel's custom filters. I have my LDAP PHP scri...

0 Likes
0 Replies
posted 10 years ago

Problems with relationships(Models)

Hello everyone :) First time writing in here, im working on a project, and im having some really ann...

0 Likes
0 Replies
posted 10 years ago

Deneme1111

deneme

0 Likes
0 Replies

How to Create Records on Pivot Table

Hey guys. I want to create a simple CMS with posts, categories and tags. Those models all have belon...

0 Likes
2 Replies
posted 10 years ago

migration failing -- table doesn't exist

Howdy folks. WARNING: Deeply new to Laravel So, I created a bunch of migrations and it only fails on...

0 Likes
0 Replies
posted 10 years ago

Server provisioned with Laravel Forge is not properly detecting environment or environment variables

I've been struggling with this particular issue for a few hours. I created a basic server on Digital...

0 Likes
2 Replies

Server Sent Events

Hi all, just wondering if anyone's played with SSEs in Laravel? If so, care to share your experience...

0 Likes
2 Replies

Showing remote files in the 'app' directory

Not sure if this is the best way to do it, but I am having users upload private files to the /app di...

0 Likes
0 Replies

Add new object to array

When a user registers in my application they also create a linked Institution. In the institution ta...

0 Likes
3 Replies
Solved

php artisan serve - Directory does not exist

I have a laravel application, and I use git for version control, and all of a sudden php artisan ser...

0 Likes
2 Replies

Single model used various times in a relation

Hi, so I have a question regarding relationships. I have a user model, and an event model. The event...

0 Likes
2 Replies
posted 10 years ago

Querying database for stats table

I am working on creating a page with stats from data in a MySQL database, and trying to figure out t...

0 Likes
0 Replies

Pass variable from filter to controller

I was wondering if it is possible to pass variables from a route filter to the controller. I current...

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