Support the ongoing development of Laravel.io →

How to build a small site in a day (upload images feature)

Hi! I have a very specific small project need -- I need users to be able to upload their images (and...

0 Likes
2 Replies

How to submit data to multiple tables in the same form

I have 2 tables: listings and listings_specifications Listings table id type status location specifi...

0 Likes
1 Replies

Using Ardent and putting validation in the model. Any reviews, thoughts, or insight?

I'm trying to adhere to the thin controller, fat model design so I want to put my validation in my m...

0 Likes
2 Replies

Configuring Connection Pooling on Laravel 4.1.x

I'm unable to figure out how to set up/configure connection pooling for my SaaS app created using La...

0 Likes
0 Replies

Can someone please explain these to me?

In Laravel there are these three things: Doctrine Eloquent Illuminate Can someone please provide m...

0 Likes
8 Replies

Encrypted cookies

I've upgraded Laravel from 4.0 to 4.1. My application sets Cookies, which I also use in javascript....

0 Likes
0 Replies

The service provider is not registered automatically

Hi guys, I'm using "Sharel4" (http://packalyst.com/packages/package/thujohn/share) package...

0 Likes
1 Replies
Solved

Session issue

I logged in using http://dongkoy.com/ but when I visit http://www.dongkoy.com/ I am not logged in an...

0 Likes
4 Replies
Solved

Only pulling data from 7 days ago

Hey everyone, I am working on creating a news area for a local organization in my hometown. The basi...

0 Likes
1 Replies
Solved

default permissions

Hi there , can anybody post here ls -la from the laraven clean project installation? I installed it...

0 Likes
0 Replies
posted 9 years ago

Looking for help on a large project

Hi Guys, We're doing a large Laravel project for a customer and time is running out for the deadline...

0 Likes
2 Replies

How to protect/encrypt Laravel project with free open source?

I want to protect/encrypt Laravel project source code. Pl help me

0 Likes
5 Replies

Fallback language for localisation?

Hi, When implementing localisation, I know the key is returned if a matching key/value pair is not f...

0 Likes
2 Replies

[Package] Laraphrases

Laraphrases is a package for live editing phrases on websites. Github: https://github.com/orkhan/Lar...

0 Likes
0 Replies
posted 9 years ago

Redirecting doesn't work

Hi, I have a problem with redirecting on laravel. For example that's a route that doesn't work Route...

0 Likes
5 Replies
Solved
posted 9 years ago

Model Question

This is probably very simple, in Laravel anyway :-) I have a table of products that I access a produ...

0 Likes
2 Replies
posted 9 years ago

DB::Raw question

Ok, This works well $total_sales = OrderLine::where('product_id', '=', $product->id)->sum('qua...

0 Likes
2 Replies

Cleaning up my controller

Hey guys, I have this working controller, that I would like to clean up if possible, since i am sure...

0 Likes
3 Replies
Solved

3NF database design ( And Conditions )

I have a 3NF design (Tag , Item_Tag, Item) As below but it wont work because i'm looping the same ol...

0 Likes
2 Replies

Artisan doesnt create table

I tried to create a table with artisan but it`s not setting up the table: I already puted the relev...

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.