I want an average of all sales for the month of January in the whole table. My date_sold is in the f...
Hi, I'm following a pretty straightforward help file on digitalocean which shows how to set up gzip...
use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Data...
My agency is considering the possibility of setting up homestead as our development environment. As...
User model class User extends Authenticatable{ public function enrollments() { return $this-...
I want to add extra variables onto my return function. How can I do this? <?php namespace Ap...
Hello, i have a class that im trying to create new instance from it from console command, and im get...
Hello, is it save to always add the CSRF token to the HTML code of the main layout? E. g.: <body...
I'm using Laravel workers to execute some background tasks. When I invoke the worker using 'php arti...
After saving a model from inside a command I am given the beautiful Segmentation Fault error. I am n...
HI everyone, I'm just getting started with Laravel (5.3) so forgive the probably basic question. Aft...
I'm trying to build a database where an admin Can create lists that have can have tasks, now the tri...
Hi, I'm a bit new to laravel (and coding in general), so sorry if this question is basic! My issue r...
Markdown Forum posts can be marked up in a number of ways. For one, it supports a basic Markdown imp...
When I type in php artisan serve --host test.com I got this error [Wed Jan 14 12:54:12 2015] Failed...
My controller : { $data = array( 'employeedetails' => EmployInfo::all(), 'designatio...
Are there any Laravael "starter" systems with common basic functionality available to fast...
Hi! I'm trying to use the laravel-commentable package but I'm always get Trait not found. I'm follow...
Hallo, i'm using blade template, all file content is in view and i need 2 language on my project, h...
Hi, is there any way to set default values for the pivot table for attach and save? So rather than h...
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