Hi everybody. I need your advice about something. I am currently making a CMS in Laravel 5.2. I've c...
Hi i'm new in laravel. I know that this is fairly popular problem. I've beenn searching for the solu...
how do i add a where clause on these query given by google...i want to put on the where clause.. whe...
I'm trying to create a search function that will search through multiple tables. My problem: I can't...
Hi, Table 1 public function up() { Schema::create('materials', function (Blueprint $tabl...
[PDOException] could not find driver
// controller public function saveImage(){ $image = new Image(); $img = Input::file('image'); $i...
I download LaravelDaily/quickadmin I followed all the step . I have that error when I type the comma...
I have Entrust set up on an app and it is working well. I have 7 system-wide roles and several permi...
I've got a Laravel application (5.1.28) which I have running on a development server and production...
Hello everybody. I would like to create an administration page for my users on my website. For this...
My database structure looks like this: users id email ... projects id name ... project_user id...
I have a controller where I am taking an uploaded CSV (which can go up to 5-6MB in size), and I have...
What's the best way to store daily website statistics? Like how many stored and deleted resources. I...
I've currently no idea how to get this done in a smart way. I would like to prevent writing tons of...
["remember_token"]=> NULL i have two guards in my auth the first one is "comp...
Query I want to convert is : SELECT brands.url_key,devices.* FROM brands INNER JOIN devices ON devic...
Hi I've been searching around a little bit but cannot seem to find it. I have a a column in my datab...
I know this question was asked before and I have tried solutions from those posts but I still cannot...
Hi, I am having difficultly understanding how to return information from a distant third table. I ha...
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