Support the ongoing development of Laravel.io →

Errors in Sentry 2

Hello community since weeks I try the groups with the help of Sentry 2 to list but I keep getting th...

0 Likes
1 Replies

How to use layouts

Hello everyone. I just installed my first Laravel 4 application, i would like to create a starter p...

0 Likes
2 Replies

Easiest way to password protect online for development purposes.

I am wanting to password protect my laravel application, ideally just on the deployment server (I'm...

0 Likes
1 Replies

Where to Put PHP Settings?

I want to initialize some php settings directly through the config with different settings per envir...

0 Likes
2 Replies

Laravel 4 code coverage

Question about code coverage: I have it running, but the result is 0% coverage every single time - i...

0 Likes
0 Replies

a problem in routing

Hello dear friends I've a problem in routing , I defined a route such as Route::post('foo/bar/baz',a...

0 Likes
3 Replies
Solved
posted 9 years ago

Fluent DB produces incorrect query if where is placed before join, order of statements matters

This Fluent statement: DB::table('plans') ->where('creator_id', '=', '0') ->leftJoin('...

0 Likes
0 Replies
posted 9 years ago

Static class, use Facade?

I want to make a class that will handle some global logic based on time. So when looking for "s...

0 Likes
2 Replies

Can't use data in @foreach etc. anymore

I've got a controller exposing object-data to a view: $artifacts = Artifact::with('product'); return...

0 Likes
2 Replies
Solved
posted 9 years ago

single item view

In Laravel I have a list of products, all presented by a picture. I want to be able to click on a pi...

0 Likes
0 Replies
posted 9 years ago

[Fixed] composer create-project error: undefined constant T_DOUBLE_COLON

I run installation in site folder: composer create-project laravel/laravel --prefer-dist Installatio...

0 Likes
1 Replies

Combo box grid instead of select box?

I would like to use combo box grid instead of select bbox in my form. Pl help. ....

0 Likes
0 Replies
posted 9 years ago

Why would I have a recording session produced so much?

Why would I have a recording session produced so much?

0 Likes
0 Replies

Connect to a named pipe SQL Server with Laravel?

Is this even a possibility? Need it for a legacy project to transfer some data daily to my MySQL dat...

0 Likes
0 Replies
posted 9 years ago

Monolog Channel

Hi, I'm trying to use a Monolog Logger, only for messages of a specific channel. Do you know how to...

0 Likes
1 Replies
Solved
posted 9 years ago

datediff for mysql using query builder

I'm trying to use a mysql function in the column list. But i get an error column not found?... selec...

0 Likes
1 Replies

RuntimeException: You need to specify a file path to store the seed.

I installed laravel but it show: "RuntimeException You need to specify a file path to store the...

0 Likes
2 Replies
Solved
posted 10 years ago

Assetie: A new Laravel 4 package for managing assets

Hey guys, I want to present you my first Laravel package called 'Assetie'. It uses the great Assetic...

0 Likes
2 Replies
posted 9 years ago

Sending email

Hello everyone, So here, I have not managed to solve a small problem regarding sending email. Let me...

0 Likes
0 Replies
posted 9 years ago

Services and database foreign keys

Does anyone know if you need to still maintain foreign key constraints in services? Say I have a use...

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.