I using windows My code on \app\Console\Kernel.php is like this : <?php namespace App\Console;...
I am using Laravel 5.5. I am trying to change my session driver to memcached. When i change the sess...
Is there a detailed video tutorial on how to use DigitalOcean and set up Laravel on it and point to...
I just created a simple Laravel Application. I now would like to move to production (shared hosting)...
Hi, I installed Material Design Icons with npm install mdi --save and I am trying from my view acces...
I have block 2 ip using iptable in ubuntu 16.04 iptables -I OUTPUT 1 -d 45.55.255.55 -j DROP iptable...
Hi, After using the command: "composer create-project --prefer-dist laravel/laravel blog"...
I've installed Laravel 5 on CentOS 7 with ease. Made .htaccess changes and and generated application...
In my root folder I have 2 files .env and .env.development. When I run build in development mode lar...
So, I am fairly inexperienced in matters Laravel. I had this setup for a few months and everything w...
Any one can help how to setup driver for redis as session i did this way : session.php 'driver' =>...
The remote server that the project is hosted on does not allow ssh access so l used ftp to upload th...
I'm using Envoyer to deploy one of my projects to an AWS EC2 server running on AMI. So I chose to de...
Hi have fold all i need to follow to make show i used laravel broadcast well , may be am missing som...
I'm a bit fresh to Laravel. I installed it via composer in the xampp/htdocs file. I installed the la...
Hi guys, In my blade templates, the following code: <p>Österreich</p> creates this outpu...
I have this in my route Route::resource('something', 'SomethingController'); but this controller han...
We can put custom error views in resources/templates/error/ERRORCODE.blade.php. This works, except f...
Hello, First of all, my website worked very well in local (using WAMP) until I try to add a remote h...
I have a doubt about the Laravel select query. I am explaining my requirement here. I want to select...
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