Which version you are using? any chance you upgraded your version from 5.1 to 5.2 ?
Which version you are using? any chance you upgraded your version from 5.1 to 5.2 ?
hardikdangar said:
Which version you are using? any chance you upgraded your version from 5.1 to 5.2 ? no i did not upgraded from 5.1 to 5.2 . currently i am using laravel version 5.2
Can you share your development environment's information? It seems that you don't use homestead environment.
i am using ubuntu 15.10 operating system and this is my .env file ....APP_ENV=local APP_DEBUG=true APP_KEY=mmuS4lWYYwNNi2nGf8U0yeKmf3NDQcN4
DB_HOST=127.0.0.1
DB_DATABASE=ny_fragrance
DB_USERNAME=root
DB_PASSWORD=mypass
CACHE_DRIVER=file SESSION_DRIVER=file QUEUE_DRIVER=sync
REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379
MAIL_DRIVER=smtp MAIL_HOST=mailtrap.io MAIL_PORT=2525 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community