I have a plugin for my app that users can implement in their website that contains a form. The probl...
So I've been setting up a new Laravel project with foundation and some other jQuery plugins, but whi...
I'm a noob at this, please forgive me but I'm trying to connect a one-to-one relationship between a...
I'm going to build a project using laravel 5.3 with a login page from an external site. The site ret...
I just uploaded my site to DreamHost (http://thepixelshades.com) and I'm now getting a TokenMismatch...
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...
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', '=',...
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.