Support the ongoing development of Laravel.io →

3,391 Threads

Why my cron job laravel 5.3 not working on localhost?

I using windows My code on \app\Console\Kernel.php is like this : <?php namespace App\Console;...

0 Likes
3 Replies
Solved

Page Expired Exception in Laravel

I am using Laravel 5.5. I am trying to change my session driver to memcached. When i change the sess...

0 Likes
0 Replies

Laravel DigitalOcean tutorial

Is there a detailed video tutorial on how to use DigitalOcean and set up Laravel on it and point to...

0 Likes
6 Replies

How to move Laravel Project from localhost to production server

I just created a simple Laravel Application. I now would like to move to production (shared hosting)...

0 Likes
4 Replies

How to use node_modules from the View with Laravel?

Hi, I installed Material Design Icons with npm install mdi --save and I am trying from my view acces...

0 Likes
0 Replies

SQLSTATE[HY000] [2006] MySQL server has gone away

I have block 2 ip using iptable in ubuntu 16.04 iptables -I OUTPUT 1 -d 45.55.255.55 -j DROP iptable...

0 Likes
0 Replies

Corrupted files after clean install

Hi, After using the command: "composer create-project --prefer-dist laravel/laravel blog"...

0 Likes
1 Replies

Domain Not Directing Correctly

I've installed Laravel 5 on CentOS 7 with ease. Made .htaccess changes and and generated application...

0 Likes
1 Replies

Laravel Mix doesn't grab/read .env.development file

In my root folder I have 2 files .env and .env.development. When I run build in development mode lar...

0 Likes
0 Replies

Issue with Laravel or web server, sorry for the vague title

So, I am fairly inexperienced in matters Laravel. I had this setup for a few months and everything w...

0 Likes
1 Replies
Solved

Call to a member function get() on null On Laravel: RedisStore : Laravel redis dirver as session

Any one can help how to setup driver for redis as session i did this way : session.php 'driver' =>...

0 Likes
1 Replies

How can l install laracharts package without composer

The remote server that the project is hosted on does not allow ssh access so l used ftp to upload th...

0 Likes
3 Replies

File permissions using Envoyer with AWS

I'm using Envoyer to deploy one of my projects to an AWS EC2 server running on AMI. So I chose to de...

0 Likes
2 Replies

Laravel broadcaster, Pusher and echo function

Hi have fold all i need to follow to make show i used laravel broadcast well , may be am missing som...

0 Likes
2 Replies

Fresh Laravel install deletes server.php on artisan serve

I'm a bit fresh to Laravel. I installed it via composer in the xampp/htdocs file. I installed the la...

0 Likes
0 Replies

Problem with UTF8 or Unicode

Hi guys, In my blade templates, the following code: <p>Österreich</p> creates this outpu...

0 Likes
14 Replies

route::resource with more parameters

I have this in my route Route::resource('something', 'SomethingController'); but this controller han...

0 Likes
3 Replies

Laravel 5 custom error view for 500

We can put custom error views in resources/templates/error/ERRORCODE.blade.php. This works, except f...

0 Likes
20 Replies

Unable to access database "unknown host"

Hello, First of all, my website worked very well in local (using WAMP) until I try to add a remote h...

0 Likes
0 Replies

Query bulding.

I have a doubt about the Laravel select query. I am explaining my requirement here. I want to select...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.