Here are 2 pieces of code that does the same thing. Which one do you prefer? 1- Magical: $flights =...
I'm trying to set up my Laravel project so that I can develop various bits of general functionality...
I have such entities as: User Company Activity Activity Type User can add many companies (hasMany...
I have two models Item [table: id,title,param_id] and ItemParam [table: id,param_name]. Is it possib...
Hello folks. I'm new in laravel and I traying to create a backend area. My problem is this when in g...
Hello guys, I'm new in JWT, currently I setup the JWT in my laravel application, may I know the step...
Hi, I want to create url rewriting functionality (think; like Magento has - allowing me to redirect...
Hi, I'm currently working on the fetching part of my project and I encountered a bit of a problem. I...
I've been struggling figuring this out but no luck yet - couldn't find an answer anywhere. I have a...
Trying to setup dynamic versioning for my api controllers: /app/controllers/api/v1/UserController.ph...
Helllo guys, I need solution I have Model Article with ManyToMany Relationship to Terms and I have M...
In my application I have companies these company pages should be viewable to anyone, IE don't requir...
I've gone through the documentation for scheduling (https://laravel.com/docs/5.2/scheduling) and I u...
I am rebuilding about 40 different automotive dealership websites and would like to consolidate them...
I'm using the Form Request validation, but how do I validate my pivot tables? For example when I att...
Hi guys, I'm trying to use something like my implementation of hasManyThrough query, could you pleas...
when i create a "photo" in the "flyer_photos" table with Tinker like below. >...
In Route model, I can use something like this: Route::model('tasks', 'App\Task'); and in Route resou...
I have list of supplier with their working hour for each day with intervel of 60mi from opning hour...
I'm looking at L5.2's Artisan Console and "Writing commands" because I want to create cron...
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