Hi, I'm trying to create a public route that I need to be accesible from another page. The problem i...
Hello, I've a collection (tasks) and I want to count inside may blade template only completed tasks....
If I have Route::get('user/{id}', 'Admin\UserController@show'); Route::get('user/create', 'Admin\Use...
This is a continuation from the previous thread on the old forums... position is still very much ope...
Hi, Facing problem with database connection with Laravel any version and using FileMaker Server13 as...
I'm trying to develop a custom reports generation for my application, in which the user will dynamic...
Hy. I have a problem with Inserting eloquent laravel relation. Ok, Point table : ## product ## id na...
Hi I have laravel installed in /home/clashdata/public_html and accessible at: http://clashdata.tk I...
Hello, I need to select product price fields from DB table products. I have 2 columns - price and di...
I am new to laravel 5. I have been working on a client app where I have setup a relationship like so...
I'm trying to have the Model (Class) validate itself. Boiler code: public function validate() {...
how can we apply multi language support in laravel 5 with google translator plugin ???
Hi everyone, I have a Laravel 5.0 project that I want to test on servers that supports different php...
when i run php artisan migrate i get these errors : my database is setup properly i tried both local...
I have an application in which I have been able to create users, assign roles and so on - both on th...
I am trying to upload a photo with Request::file('file')->move('location/file.type'); But it does...
I'm making an web app where people create their profile and upload pictures with its description. No...
CONTEXT Framework Laravel 5.1 Eloquent Fractal Problem morphMany is not returning any results. We...
hi, I wonder if there is a way to get the ids of the rows that have been updated. Example: \DB:('tab...
Hi, I would like to know if is possible to set a field value with another filed value in one update?...
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