Skip to content

Tag: laravel

Permission denied. Laravel linux server

when i try to register and send an email to the user i got this error. It was working till yesterday. From today it gives me this and i cant figure out why. By the way on local testing this work’s. I’m stuck. Help please Answer I cannot comment because I have joined stackoverflow recently and I do…

Setting the right timezone, server and PHP

I need to set the right timezone. But I don’t understand if there is any difference between the PHP timezone (date_default_timezone_set()) and the Linux setting. Suppose I run a new AWS instance from N.Virginia. The default timezone of that server should be UTC-05:00 Does this mean that I have to set UT…

-bash: laravel: command not found

I have installed the composer and move the composer.phar file to /usr/local/bin just follow the following step: Then I edit my ~/.bash_profile file as following: and save the change and excute: But, when I excute the laravel new test command, it returns an error: PS: in /usr/local/bin directory have no larave…

Cannot Get Laravel Welcome Page to Show

My server is on DigitalOcean cloud. I am using Ubuntu with Apache web server. My home computer is running Windows 7. I am using putty for terminal. Followed all of the directions on https://laracasts.com/series/laravel-5-fundamentals/episodes/1. Made it up to 8:40, where it directs you to run php -S localhost…