I'm using (non laravel) packages which I downloaded into vendor/bower_compontents (directory defined...
With Laravel 5.0 you can use the Service folder for creating your services. But in Laravel 5.2 there...
I have a vexing problem: in public_html/.htaccess, I added the line 'RewriteBase /'. The website cra...
how is exactly build a unit test for uploaded files ? i have use a $this->call(<method>,<...
Hello, When I fill in a form, the fields created_at and updated_at will be filled in, all ok. I have...
Hi! I would like to route these slugs: lorem-ipsum-123 lorem-ipsum-123-456 into two variables: $sl...
Hi, I am using the stock auth controllers that come with the laravel installation. they redirect fin...
<?php namespace App\Providers; use Queue; use Illuminate\Support\ServiceProvider; use Illuminat...
Hey, i'm working on my first Laravel project but i don't get the authentication working! I just did...
i have this $data = ['name' =>'Name', 'observation' => "concat($obervation, 'observation'...
Hi i have 3 project in my AWS server. but i got a issue in another project framework path. right now...
can someone give me a idea how to share a survey link for users to access specific survey.
Hello, I'm trying to store my array data in to the database with no luck. Here's what I have: In the...
I made custom MiddleWare group to separate admin panel, protected $middlewareGroups = [ 'web...
Hi, i'm not sure how to solve this: I list all customers (with sorting options via URL query ?sort=...
I want to create my db schema, model and relations by using "http://laravelsd.com/" and wa...
Now I already get query with group by, but when get total row is wrong, because group by return many...
is it possible to access all the properties of Http\Kernel class from a controller. I want to make a...
How to convert this sql query in laravel SELECT SUM(CASE WHEN age_c < 18 THEN 1 ELSE 0 END) AS [U...
Dear all I'm going to create some widgets on the left side of the master layout One of these widgets...
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