Hi, I uploaded my project (that was working on homestead) to my live server. And I'm getting an erro...
Is it possible to return an array from the 'handle' method of a Command back to the controller who i...
Hi, Table 1 public function up() { Schema::create('materials', function (Blueprint $tabl...
Hi, I have upload video files in the storage/app directory. how read video files and play in view fr...
I tried using gmail smtp but I have the following errors. Connection could not be established with h...
Hello, I am using Entrust in my application for user permissions. It works fine in my controllers, f...
I am using the following code to try to serve video files on my server (I'm not just linking to the...
[PDOException] could not find driver
Hi all, I am new to laravel framework so this might be very basic question to ask. Application Backg...
Hello people of the forum. I make a query. I'm working with xampp under Win7 and laravel 5.1. When t...
// 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'm developing an API to generate QRCodes using Endroid/QrCode package. I want to generate the QrCod...
Hi, I am trying to use Lumen and JWT, following this tutorial: http://laravelista.com/json-web-token...
I'm building a system that will dynamically load components based on the Request URI. Each of these...
Do you know that you can change your builtin Larvel file cache to Redis. Redis is an in-memory but p...
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...
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