Support the ongoing development of Laravel.io →

Lightbox Images Dynamically Created

Hi all! I want to add lightbox to images dynamically created from a form. This is the code for creat...

0 Likes
5 Replies

Different price for each user for each product : Pivot table relation query !

My teacher today gave us a problem today, it goes like this : ##Scenario You are developing an eComm...

0 Likes
10 Replies
posted 9 years ago

Multitons in IoC container?

I haven't actually used Laravel yet, but I was curious as to whether its dependency injection contai...

0 Likes
1 Replies

How to prevent duplicates on belongsTo/hasMany associative relationships.

on album model: public function band() { return $this->belongsTo('Band'); } on...

0 Likes
3 Replies

php artisan routes not working with $_SERVER['HTTP_HOST'] ?

In my app's bootstrap code I need to use $_SERVER['HTTP_HOST'] to do some initialization. Problem is...

0 Likes
3 Replies
Solved
posted 9 years ago

Cache time to expiration

Hiya - is there a way to get the time to expiration for a cached object?

0 Likes
1 Replies

Laracast video on OCP does not make sense!

Hi; This example does not make any sense, it is wrong and not following SRP either! Author seems to...

0 Likes
3 Replies

how to nested paginate

Hi all, My question is about pagination. I have some posts and some comments for each post. I unders...

0 Likes
0 Replies

Webhooks for Gitlab.com & Github

Hi, I thought you might need this as much as I do, so I released it as a composer package: https://p...

0 Likes
0 Replies

favicon.ico

Could someone help me how conjure the favicon.ico? Apache document root points to the public folder...

0 Likes
3 Replies
posted 9 years ago

Add feed to laravel from another website

Hello. Is there any fast solution to add feed from another site to laravel. What i need is to put in...

0 Likes
2 Replies

Getting package config from service provider register()

I've been having issues with loading config from within the register() method of a service provider....

0 Likes
0 Replies

Passing parameters from route to controller

Hi all, In my design, I have categories, and posts for each category. Each post has a date, dd/mm/yy...

0 Likes
3 Replies

Simple voting system with Laravel 4 ?

I have 2 models: Question and Answer with a votes integer field. I already created the ajax request...

0 Likes
3 Replies

How to deploy a laravel project?

Like the question says How I should deploy a laravel project? that is already on github. Do I need t...

0 Likes
2 Replies

Group a dataset by weeks

I have a query that currently returns a dataset grouped by day. I want to take this dataset (hopeful...

0 Likes
2 Replies
posted 9 years ago

How to check if date is not null

Hey, i wonder how to check if a date is null. The database column is defined in function getDates(),...

0 Likes
2 Replies

Add additional functionality to cashier failed payment webhook

I would like to perform additional actions on the failed payment webhook for cashier. Is there a way...

0 Likes
0 Replies
posted 9 years ago

Trouble Emailing through Artisan Command

Crazy frustrated so posting this here to see if anybody can help. I have a custom artisan command re...

0 Likes
1 Replies

Any forum script built with laravel ?

I knew that the framwork is pretty new but i search for a package a open source forum script that ha...

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.

© 2024 Laravel.io - All rights reserved.