I run the command composer update and this error appears. $ composer update Loading composer reposit...
Folks, I'd like to manage my PostgreSQL servers separately from Laravel, and to that end, I'd like t...
Each of my clients have {name}.mysite.com Each of these pages have subpages. i.e. {name}.mysite.com/...
I want to have some routes but enable the access by http and https
Hey guys, I've seen something like this is bootstrap/start.php multiple times: $env = $app->detec...
Now i run php artisan migrate is Cancelled! Pl help me.
Hi all, I'm sure there's been something similar asked before I just can't seem to find the right sea...
After update to Laravel 4.2.16, migrate migrate --bench=......... command is canceled. Please help m...
Hi guys , I setup homestead and get this error : 404 Not Found nginx/1.6.2 This is my conf on mac...
I have this code $ssh = new Net_SSH2($all['ip']); if ($ssh->login($all['user'], $all['password'])...
Hello, What is the reason this error? http://prntscr.com/5ogmvq Is indicating the wrong way from my...
How do I make sure each indivually image gets uploaded? Here's my issue, if I upload an image called...
I have a laravel app on my git repo (bitbucket), so I cloned it, then I got some errors when I tried...
I am using Confide for users authentication and Laravel Mutli Tenant package so that each user can o...
2 months ago i created a simple app in Laravel 5. today i tried to do a composer update and it fails...
I have very strange issue. I installed fresh L5 copy, created TestController, added Route::resource...
I have got an installation of Laravel 5 on my local machine using MAMP. db config uses Socket/port....
Hi, I've set up my mysql config like so: 'mysql' => [ 'driver' => 'mysql', 'host'...
Hi I have created a folder "temp" in public_html/temp and have fiddled with .htaccess snip...
I'm using laravel 4 as PHP framework, I would be able to extract content from external sites trmite...
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