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 not have
Tag: laravel
Couldn’t get a file descriptor referring to the console while trying to open filestructure of laravel using terminal
I installed laravel 5.2 and tying to open the file structure through terminal using command: open ., it comes with error Couldn’t get a file descriptor referring to the console. How can I resolve this problem? Currently I’m using ubuntu 14.04. Screenshot Answer Try to use: It should work in Ubuntu. http://www.cyberciti.biz/faq/bash-shell-open-gnome-nautilus-file-manager/
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 UTC-05:00 inside my PHP ini config? If I set
-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 laravel command just composer command exists. Did I forgot something?
Bash : Syntax Error Near Unexpected Token `’table_name’`
I’m getting started learning Laravel 5 in Ubuntu 15.04. So, I’m done creating my database but when I’m trying to insert data using Terminal, I’ve got some error that says Here’s my terminal inputs in my laravel app directory It’s just an simple queries on adding datas inside my database but I can’t get through this thing. Is there any
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:8888 -t public. I run that, then open a web browser and tried
laravel 4.2 liebig package work on localhost but fail in server cron job command
i want to fire some function to get news about football from rss i used laravel4.2 https://github.com/liebig/cron as that it work correctly when i use cmd php artisan cron:run in my computer but when use the server cron job command /usr/bin/php /home/public_html/interestoo.com/artisan cron:run i don’t find any change in cron_job table but find data in cron_manager table and the cron
What is the proper method for enabling MSSQL support in Laravel homestead?
I’ve seen a lot of people talking about FreeTDS and Sybase drivers, but I can’t seem to figure out what I need to enable laravel/php access to MSSQL databases from a Linux Web Server running the Laravel Homestead Vagrant box. Answer I’m resurrecting this because it was one of the early results on google for my problem… First, ssh into