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

How to make in category database subcategory

Hi i have two tables CATEGORY and PRODUCT i need SUBCATEGORY and then PRODUCT this is my database m...

0 Likes
2 Replies
posted 10 years ago

Need help on extending an open source laravel package

Would like to get help to extend a current open source laravel IPN package (https://packagist.org/pa...

0 Likes
0 Replies
posted 10 years ago

Is someone can give me a code that can create cookie and retrieve the data?

I can use $foreverCookie = Cookie::forever('forever', 'Success'); and it works perfectly but if I...

0 Likes
0 Replies

Model::find($id) is being called 2 times to get related records

I am running the below Controller method which gets data from a specific Campaign table by campaign_...

0 Likes
2 Replies
posted 10 years ago

How Request::wantsJson() and Request::isJson() process

Hello I have a some problem with Request::wantsJson() and Request::isJson() return value (boolean) I...

0 Likes
1 Replies
posted 10 years ago

Platform as a service with Laravel 4.x

I know this has been asked before, but the thread was pretty old and a lot of the PaaS providers hav...

0 Likes
13 Replies
posted 10 years ago

eloquent lists 2d array

table data id name type 1 Plain PATTERN 2 Strip PATTERN 3 Checker PATTERN 7 Oxford FABRIC 8 Twill FA...

0 Likes
1 Replies

Change data connection Laravel 4

Guys, good afternoon! Soon die and I can not solve a problem I'm having! I want some way I can chang...

0 Likes
5 Replies
posted 10 years ago

Bug??: Named Parameters are Not passed to Controller

I upgraded Laravel4.0 to 4.1. But The code (below) is not working well. example: Redirect::action('S...

0 Likes
0 Replies

"Different" validation approach

Hello Artisans! I'm working on a project that is quite complex and I'm trying to find the best solut...

0 Likes
3 Replies
posted 10 years ago

Laravel Meetup in the Triangle (Raleigh/Durham/Chapel Hill) - North Carolina

If you're in the triangle, we're trying to get a meetup going for Laravel (and related technologies)...

0 Likes
0 Replies
posted 10 years ago

How to add user id as a default value when inserting new records

I am building app for enterprise their are three tables: users table (belong to company) companies...

0 Likes
5 Replies

Store upload files into app folder

Hello. I'm building a big storage app for some official documents witch are also digitaly signed. I...

0 Likes
1 Replies
posted 10 years ago

Seeder just insert one record instead of two

Hi, I'm new in Laravel. I learn Laravel from "Learning Laravel 4 Application Development"....

0 Likes
2 Replies
posted 10 years ago

Validation - Always showing The password field is required. Only

public function postSignup() { $validator = Validator::make( array('email' => 'required'|'unique:...

0 Likes
2 Replies

Querying a Many-to-Many Relationship

I might be overlooking this in the docs (Laravel 4.0) but I need to know how to query a many-to-many...

0 Likes
3 Replies

detect if the uploaded file is an image

any idea on simple function to know if the file uploaded is an image? I know you can do geMimeType b...

0 Likes
4 Replies

Trigger 500 error from the start.php file

In the ./application/start.php file, is there a way to respond with the 500 error page here, before...

0 Likes
2 Replies

website stoped after upload picture with more than 5000 pixles

How can i set maximum width for original images in the uploader? because picutre with more than 5000...

0 Likes
5 Replies

Laravel environments

Hey, I'm working on an app made on Laravel where i have to host multiple domains. It's an Project Ma...

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