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...
Hey there, I am trying to write some tests for my commands which are within a package. I managed to...
I have a form: <input type="checkbox" name="array[]"> </form>``` Wh...
What I am trying to do is set a column to be a foreign key. Following the documentation, it's prett...
Hello, I need help with the following structure in laravel: - User id - Purchase id user_id - Deta...
Hi, We're using the lazychaser/laravel-nestedset (on gidhub) / Kalnoy\Nestedset (composer/packagist)...
Hi, I'm having troubles to define a delete route, can someone showme an example about how to define...
Hello Laravel experts! I've created a microsite for my customers and they like it so much that they...
User.php <?php namespace ESP; use Illuminate\Auth\Authenticatable; use Illuminate\Database\Eloq...
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