Support the ongoing development of Laravel.io →

619 Threads

Laravel / Virtual Hosts / Apache - aaah

ok .. I am starting to lose hair here. beginner with a lot of the config / environment setting stuff...

0 Likes
6 Replies
Solved

"php artisan optimize" error on vagrant VM

I have setup Laravel 4.1.28 on a CentOS vagrant VM with Composer installed. I can run composer and m...

0 Likes
2 Replies
Solved
posted 10 years ago

Laravel in domain.com/laravelapp folder

How can I get a laravel app to work inside a folder for example www.domain.com/laravelapp ?? I'm not...

0 Likes
17 Replies
Solved
posted 10 years ago

Rollbar Integration with Laravel

Can anyone kindly tell me how to intregate rollbar with Laravel. Here is are some links Rollbar Inst...

0 Likes
2 Replies
Solved

Timestamp columns not updating

I thought these columns got updated automatically but they're not. I don't know what I may be missin...

0 Likes
6 Replies
Solved

New laravel 4 installation on Cloud9, showing blank page when viewing /public folder

I've installed Laravel 4 on Cloud9 (www.c9.io) and I can access a view directly like so: https://lar...

0 Likes
2 Replies
Solved

Can't use data in @foreach etc. anymore

I've got a controller exposing object-data to a view: $artifacts = Artifact::with('product'); return...

0 Likes
2 Replies
Solved
posted 10 years ago

Monolog Channel

Hi, I'm trying to use a Monolog Logger, only for messages of a specific channel. Do you know how to...

0 Likes
1 Replies
Solved

RuntimeException: You need to specify a file path to store the seed.

I installed laravel but it show: "RuntimeException You need to specify a file path to store the...

0 Likes
2 Replies
Solved

seeding from a different database?

just need an example on how to seed records from a different database. do i need to add the connecti...

0 Likes
1 Replies
Solved

Running artisan or composer causes error "mkdir(): No such file or directory","file"

I wanted the Laravel 4.1 package to be at the root of a particular web server so I took it out of it...

0 Likes
1 Replies
Solved

Error in artisan on new version of Linux

Hello I upgraded Ubuntu version from 13.10 to 14.04 and I copied complete folder for my application....

0 Likes
3 Replies
Solved

UTC timezone for the app/db but EST timezone for the log file?

I have my application timezone set to UTC so that I can store the date/time in UTC in the mysql data...

0 Likes
6 Replies
Solved

phpseclib shh2 exec and get output

i will exec SSH2 commands in Laravel 4 and catch the output to print it on the screen. But not on th...

0 Likes
2 Replies
Solved

HTTPS definition in routes.php

I have a questions about https requests: The example in the official Laravel4 docs doesn't work in m...

0 Likes
2 Replies
Solved
posted 10 years ago

Upgraded from PHP 5.3 to 5.5 now laravel not working

Right now on the main page I get a blank screen and when I try to run artisan I get this error messa...

0 Likes
1 Replies
Solved

link_to_method/link_to using DELETE method instead of GET

Is it possible to create link to delete action which actually creates DELETE request instead of GET...

0 Likes
1 Replies
Solved

routing order?

I'm starting with laravel and I'm having this probelm: I have 2 routes that seems to 'interfere' wit...

0 Likes
5 Replies
Solved

Deployment to host

Hey guys, I have been working with Laravel for a couple months now, getting a good grasp of the fram...

0 Likes
10 Replies
Solved

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.

© 2024 Laravel.io - All rights reserved.