Support the ongoing development of Laravel.io →

Processing through a string of actions until one succeeds

I am just wondering if there is a Laravel (5.0) best practice for this one. I have it implemented as...

0 Likes
0 Replies

Laravel 5.1 command bus has no default mappings

Hello! I'd like to get some informations about Laravel 5.1 command bus. As far as I see in 5.0 there...

0 Likes
0 Replies
posted 9 years ago

showing several functions

Hello. What is the easiest way for showing several functions in main.php page? for example, header.b...

0 Likes
0 Replies

Trying to do inner join and find/where not sure which to use, complete new laravel user

$leverancier = DB::table('leveranciers') ->where('leveranciersId', '=', $id) ->join...

0 Likes
2 Replies

Access my project through domain name.

I'm new using Laravel so please bear my lack of knowledge in this framework. That being said, I'd li...

0 Likes
1 Replies

Can't create database scheme

Hi, I am actually working on laravel 4.2 project that i have retrieved. I am trying to make it work...

0 Likes
3 Replies
Solved

Homestead displaying default Debian page

I have been using Homestead for both Laravel and Lumen development for quite a while. I just reboote...

0 Likes
2 Replies

Laravel storage/framework/sessions on EC2 gives failed to open stream

I use to have a working deployment system to amazon beanstalk with EC2 servers and recently I added...

0 Likes
1 Replies

Accessing .env environment variables in the middleware kernel constructor

It seems that in the Middleware Kernel constructor() eventhough I have access to the env('') helper...

0 Likes
0 Replies

change return of paginate()

hello to every one, at first sorry for my bad english. hi to everyone, I have a issues with a route...

0 Likes
1 Replies

Postgres 9.4 new question mark operator can't be used in eloquent raw queries

The question mark allows to search values in JSONB array: SELECT * FROM tracks WHERE artistnames ? '...

0 Likes
2 Replies
Solved

Routing with parameters

So I'm going through the Laravel 5 Fundamentals cast and I thought I would just make a link that wou...

0 Likes
2 Replies
Solved
posted 9 years ago

Overwrite model attribute with a value from related model

I've got a model for product, and a model for a sale - the product has a price, and the sale has sta...

0 Likes
2 Replies
Solved

Laravel 4 Pagination Working incorrectly (Append query string to paginator?)

I'll start by saying i've already consulted the Laravel 4 documentation on Pagination and tried many...

0 Likes
1 Replies
Solved

working with non laravel packages

how to work with non laravel package this is the https://packagist.org/packages/kerphi/phpfreechat p...

0 Likes
0 Replies
posted 9 years ago

how to give priority to jobs in queue (let say pushing in front)

How can i push certain jobs in front in the queue in other words give priority to jobs ? I did n't f...

0 Likes
2 Replies

Get avg in single query

Can any one please help me how to get all column and avg of a column in a single query without using...

0 Likes
2 Replies

Which one is faster?

i need to know about this question. Which one is faster: WordPress or CMS made with Laravel?

0 Likes
3 Replies

No Auth Views after composer create-project

Hi, I just got to the Easy Auth video in the fundamentals and noticed that I have no Auth views. If...

0 Likes
1 Replies
Solved

Laravel 5 images

Hello, What could be wrong, if I put image to "public/img.jpg" Laravel works fine, if in...

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