Support the ongoing development of Laravel.io →

Why aren't Eloquent $perPage and $table static properties?

I was wondering why the Eloquent properties $perPage and $table aren't static properties. It doesn't...

0 Likes
3 Replies
posted 8 years ago

models not in app/models folder when generaten by artisan?

https://laravel.com/docs/4.2/eloquent#basic-usage says: To get started, create an Eloquent model. Mo...

0 Likes
4 Replies

Decrement Each Value for get url acces

When i acces main?company_id in url of my site, i must do decrement -1 for row user , i try this : $...

0 Likes
0 Replies

Content-specific User Permissions

I'm new to laravel and I'm trying to determine a good way to allow a user to "share" read...

0 Likes
1 Replies

how to concatenate variable in blade template

I have declare a variable in blade template, now i need to concatenate it in style sheet path. I wan...

0 Likes
2 Replies
Solved

Eloquent Articles

Some misunderstandings people run into and some explanation of what is actually going on. asklagbox...

0 Likes
1 Replies

Scope in eloquent overrides my select statement

I have a scope that looks like this public function scopeNotDefault() { return $this->where('...

0 Likes
1 Replies

Mcrypt PHP extension required Xampp Ubuntu 16.04

I'm trying to run my laravel project in localhost. So I typed the following command : php artisan se...

0 Likes
8 Replies
posted 8 years ago

Using session() function to store session variables

Hi all, I'm not normally one to ask such basic questions, but I'm completely stumped at the moment....

0 Likes
1 Replies
posted 8 years ago

foreign key not working

Hi, I just have two tables "clients" and "courses" and I would like to add in &q...

0 Likes
1 Replies

Recursive menu

Recursive menu, created this menu and is working as I want, but the is that it is creating two eleme...

0 Likes
0 Replies
posted 8 years ago

Laravel 5.2 LAMP Stack POST route error 404

I am using Laravel 5.2 on bitnami LAMP. I also tried the same in the AMPPS. OS is Ubuntu 16. All the...

0 Likes
2 Replies

Multi Database based in url

Hello, I am developing an app that will have a global database and 1 specific database for the clien...

0 Likes
1 Replies

Laravel Undefined variable when passing variable

Beginner question : I'm passing the $wordsRow variable from the WordsController to the results2 blad...

0 Likes
1 Replies

Offer framework-based cms app for download and install using zip file

Hello everyone.. .. I've Googled this extensively and based on those results I realize what I'm abou...

0 Likes
2 Replies
posted 8 years ago

View brake with second or third url

Hello, i'm using a open source template for my laravel app, these are in my routes.php file Route::...

0 Likes
1 Replies

cannot get JSON data

I have form that should post data in JSON format, but it doesn't work yet. here is my blade {!! Form...

0 Likes
0 Replies

Form Model Binding - adding a class to form field

I have a simple form. In my blade view, I open it like this: {{ Form::model($alum, ['route' => ['...

0 Likes
4 Replies
posted 8 years ago

SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: YES)

Hi, I'm starting to learn Laravel, but I'm encountering a big error for the database connection that...

0 Likes
12 Replies

Laravel 5.2.30 routes not working

Hi everyone, I have a problem with routes. Maybe i am some missing something in the configuration. I...

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.