I was wondering why the Eloquent properties $perPage and $table aren't static properties. It doesn't...
https://laravel.com/docs/4.2/eloquent#basic-usage says: To get started, create an Eloquent model. Mo...
When i acces main?company_id in url of my site, i must do decrement -1 for row user , i try this : $...
I'm new to laravel and I'm trying to determine a good way to allow a user to "share" read...
I have declare a variable in blade template, now i need to concatenate it in style sheet path. I wan...
Some misunderstandings people run into and some explanation of what is actually going on. asklagbox...
I have a scope that looks like this public function scopeNotDefault() { return $this->where('...
I'm trying to run my laravel project in localhost. So I typed the following command : php artisan se...
Hi all, I'm not normally one to ask such basic questions, but I'm completely stumped at the moment....
Hi, I just have two tables "clients" and "courses" and I would like to add in &q...
Recursive menu, created this menu and is working as I want, but the is that it is creating two eleme...
I am using Laravel 5.2 on bitnami LAMP. I also tried the same in the AMPPS. OS is Ubuntu 16. All the...
Hello, I am developing an app that will have a global database and 1 specific database for the clien...
Beginner question : I'm passing the $wordsRow variable from the WordsController to the results2 blad...
Hello everyone.. .. I've Googled this extensively and based on those results I realize what I'm abou...
Hello, i'm using a open source template for my laravel app, these are in my routes.php file Route::...
I have form that should post data in JSON format, but it doesn't work yet. here is my blade {!! Form...
I have a simple form. In my blade view, I open it like this: {{ Form::model($alum, ['route' => ['...
Hi, I'm starting to learn Laravel, but I'm encountering a big error for the database connection that...
Hi everyone, I have a problem with routes. Maybe i am some missing something in the configuration. I...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community