I'm trying to use a sort field in my database but everything needs to be entered twice. So I'm looki...
Hello. I cannot see glyphicons with laravel 5. I tried putting /fonts direcory into /public laravel...
I am testing a form. In the form, there are some checkboxes which are with the same name as there ar...
Hello, i have web app using laravel, for each user there is permissions sets array and subscription...
Laravel Version: 5.3.28 PHP Version: 5.6.25 Database Driver & Version: Description: Hi, i have...
Hi, I am using laravel authentication to authenticate my users. (Laravel 5.3) By default, Laravel us...
mfasza liked this thread
I'm trying to fetch JSON data from an API and it's returning null. Here is my code: $movie_url = '...
Hi, I have my provider "S3ServiceProvider": <?php namespace App\Providers; use Illumin...
I am facing issue for integrating external server call through "HTTP_Request2". Kindly hel...
I am trying to combine results of two queries: For my first query, dd($sales) array:3 [▼ 0...
Hello, My app.scss file imports 6 other sass files. Typically, Laravel Mix compiles the whole thing...
Some things i really don't like on Laravel: The installation process is a pain and doesn't work fo...
I have created an education learning platform using Laravel framework. On this platform 3 type of us...
Hi fellas, after updating to Laravel 5.4 I have received some weird errors that I don't know how to...
I am trying to merge two queries $sales = DB::table('sales') ->join('drugs', 'drugs.id', '=',...
Everytime, I proceed to another page then when i go back to the previous page. THe page still displ...
Hey guys, Been trying to come with solution to translate this query as eloquent as possible, but kee...
Been on this for many days now but I can't seem to figure it out <?php namespace App; use Illum...
Hello Guys I have a mulisite like project in which I want to run user account on subdomain for examp...
How do Single Sign on in Laravel 5.3? Can we use passport?
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