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

Validation rule "required_without:foo" isn't working as expected

I have a form to create a new category : {{ Form::open(['route' => ['category.store'], 'method' =...

0 Likes
0 Replies
posted 9 years ago

File upload validation error

Hi, I have following problems, I get an error when I try to upload an image file within the validati...

0 Likes
2 Replies

Homestead Serve Issue

I have added a couple of sites via the yaml file, so thought i would give the serve method a go. I h...

0 Likes
0 Replies
posted 9 years ago

How to import data from a file into Redis database? Please help.

Hi! I am a very NOOB in Redis and this is the first time that I am using this application.I hope you...

0 Likes
1 Replies
Solved
posted 9 years ago

Whic one is "faster" ?

I don't know exactly which section should I put this thread. routes.php file Route::get('index', fun...

0 Likes
4 Replies

How secure is Laravel's image/file uploader?

How much security is abstracted into laravel's file uploader? Is it still recommended to re-save the...

0 Likes
0 Replies

SaaS, multisite setup

I'm trying to set up multiple sites to share the same Laravel codebase, but be self-contained and ha...

0 Likes
2 Replies

Laravel deploy to web server

I am new to Laravel and have created a trivial application in a wamp local pc. To deploy my applica...

0 Likes
5 Replies

Authentication with two different tables

Hi, I've got two sites - a cms and a front-end site. I've successfully implemented the login/authen...

0 Likes
3 Replies
Solved
posted 9 years ago

Artisan commands in my packages

Hello everyone! Yesterday I started developmement of my owm Package, which should have a custom Arti...

0 Likes
1 Replies

How to load model only for exact controller?

I have lots of models which is not needed in every controller. Is it possible to load only needed mo...

0 Likes
2 Replies
Solved

mac + supervisor + beanstalk

Hi there, I have the next setup: OS X 10.9.2 beanstalk (installed by brew) supervisor (installed by...

0 Likes
1 Replies
Solved
posted 9 years ago

scope with select

public function scopeGroupByMonth($query) { return $query->select(DB::raw('*, MONTH(display_da...

0 Likes
2 Replies
Solved
posted 10 years ago

Sharing a helpful Timezone Form Macro

I created this timezone form macro (http://laravel.io/bin/72j2) based on the WordPress timezone sele...

0 Likes
1 Replies

Issue with potential old/beta laravel 4 (NotFoundHttpException)

Hi guys, been using laravel for a while on a number of projects.. and usually these errors mean some...

0 Likes
3 Replies

How can I tell if a many-to-many sync() actually changed anything?

I need to have a way to tell if the many-to-many sync() process actually changed anything (as oppose...

0 Likes
2 Replies

Laravel in subfolder. Posting form on same page does not work.

Anyone knows how to make laravel work in a subfolder specifically when posting a form on the same pa...

0 Likes
4 Replies
Solved

Homestead MySQL Root Password

Does anyone know what the mysql root password is for Homestead? I've added a second site but (my) lo...

0 Likes
3 Replies
Solved
posted 9 years ago

Writing articles

Hey, guys! If I would write an article, where would I post it if I don't have a blog?

0 Likes
0 Replies

laravel packge development

How to handle the git repo's, should I commit the package that sits in my workbench to the parent pr...

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.

© 2024 Laravel.io - All rights reserved.