Support the ongoing development of Laravel.io →

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 11 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 11 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 11 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 11 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

Meta Data store suggestion

I am trying to create an application that would store lots of meta data for a user and the same meta...

0 Likes
2 Replies
Solved
posted 11 years ago

Request::is() equivalent for action based routes ? Or named based routes ?

Hi ! I have a navigation menu with childrens. So I need to put a class active to the element when is...

0 Likes
0 Replies

How to create chain method and add to "Facade"?

Dear all, I want to create chain method like: 1- like View View::make(....)->with(...).... // mus...

0 Likes
2 Replies
posted 11 years ago

Problems with Eloquent ORM, namespaces and "with" function

I have this models: app/Models/Instance.php <?php namespace App\Models; use Eloquent; class I...

0 Likes
1 Replies
posted 11 years ago

Redirect Loop

I want to redirect different User types to same '/dashboard' url. So basically after login when rout...

0 Likes
5 Replies
posted 11 years ago

Overwriting Eloquent::create with additional parameters

Hey, I just watched Coding with intent and tried to apply some of the ideas from the episode. I hav...

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

© 2025 Laravel.io - All rights reserved.