if I type php artisan key:generate always show this [ErrorException] file_put_contents(/var/www/html...
I have a problem with postgres connection that not respect the config in app.php at timezone. config...
Auth isn't persistent accross pages in my laravel 5.4 installation. I've read many other posts all o...
Let's say, i've defined DB_DATABASE=one but, there is a time i want to change database name connect...
Hi, i'm having an issue connecting my EC2 instance to the Amazon RDS db instance. Please note I'm u...
I am using 5.1 laravel and I would like to know like Can we directly do Upgrading To 5.4 From 5.1 la...
i have recently upgraded from Ubuntu 14.04 to 16.04 as a fresh install. I believe i updated to a ne...
Hi everyone, I created two bash scripts to ease Laravel installations and thought I'd share them wit...
Im having a odd issue with my CRUD on Laravel 5.4 and PHP 7.1 when developing via "php artisan...
I need project URL with current project language like http://example.com/en URL("/") this...
I'm new to Laravel and I'm trying to fix next issue for 2 days. I want to create database and migrat...
Hi, I teach Web Development to Diploma students and I have introduced Laravel 4 as the PHP Framework...
Hi guys, What are your suggestions for reliable and compatible hosts for larger Laravel 4 applicatio...
I'm having problems with my migration code, This is the error I'm recieving: PHP Parse error: synta...
I have a laravel app that works fine with DB_HOST=localhost but does not work with DB_HOST=127.0.0.1...
I've moved my application and need to add /public/ before everything for it to work correctly. How c...
Basically, i'm sending out an event; Pusher is receiving it on their debug console. YET my other bro...
after php artisan migrate, theres an error I got below: [Illuminate\Database\QueryException] SQLSTAT...
Hello everyone. I downloaded someone else's project: github I was able to install it and my browser...
public function postCreate() { $validator = Validator::make(Input::all(), Product::$rules); if ($...
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.