Support the ongoing development of Laravel.io →

Error when run 'php artisan db:seed'

I follow this tutorial: https://www.flynsarmy.com/2015/02/creating-a-basic-todo-application-in-larav...

0 Likes
1 Replies

Sentry installation: [ReflectionException] Class session does not exist

I whant to install Sentry, after artisan command: php artisan sentinel:publish in console i get err...

0 Likes
2 Replies

Use @inject within view to display content

I´m working on a small Web-Application which will be having a private messaging system. While a user...

0 Likes
0 Replies

5.1 fresh install causes ide errors and is missing compiled.php in both vendor and framework directories

I did a fresh install and I don't see compiled.php in the vendor or anywhere for that matter. not on...

0 Likes
0 Replies
posted 9 years ago

Injecting parameters to named routes

Hi everyone Is it possible to execute some additional code when URL::route(...) is called ? I have m...

0 Likes
0 Replies

Cleaner way to do this?

Hello, I am doing a users report page with laravel, and I'm using @if in views to show a error messa...

0 Likes
2 Replies
Solved

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

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.