I am running laravel v5.3.10 and the constructor is as given below, I tried using the auth middlewar...
Hi guys, I have slow connection. And downloading this command below is killing me. vagrant box add l...
I am passing variable in my view partial but in partial it says variable not found. I am doing follo...
Hi all, I am currently stuck finding a concept to satisfy the following requirement: a "portal&...
I'm developing an API using Laravel 5.3, so I'm using a FormRequest to make my validation. When I se...
Hello everyone! I would like to know how I can override/customize sendSwiftMessage() protected funct...
I have only a single model with a self join class OfficeType extends Model { protected $table =...
Hi, i'try to use this package with laravel-translatable, there is any possibility to search in trans...
Considering this: $filters = 'where('id', 10)'; Is there any way to then use this in a eloquent str...
Hi! I am trying to set up laravel, my project is basicly empty I just want it to work. My operating...
hi, i just released a package to process job on laravel event you just need 5 minutes to setup ;) l...
insert into `combined_results_by_typecode` (product_id, typecode, group_id, group_name, passed_count...
I have 4 methods: A, B1, B2, B3 and want to encapsulate their execution in separate jobs. A generate...
Has anyone got a step by step example of actually adding a vue component such as the awesome vue-mul...
Hi, in the router i could do: Route::group('namespace' => 'Admin'], function() { // C...
Has anyone had success doing so? I've pulled the source, but once I attempt to configure, it's unabl...
My server is Ubuntu and the webserver is called apache2, I also got the FTP running "properly&q...
Hi, I have uploaded laravel project on godaddy server and updated .env file and also updated all req...
I have created a validation form using Validator::make on laravel 5: Validator::make($request->al...
I have following MySQL table structure: posts table: posts: {id(PK), title, content, slug, date, wri...
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.