http://php.net/manual/en/language.namespaces.global.php
Without any namespace definition, all class and function definitions are placed into the global space.
routes.php
is in the global namespace. Laravel facades also live in the global namespace so you can just use the Log facade without the use statement.
With the big f word in my heart, you might need to check the web server ownership to give it write permission.
#ps aux|grep apache #chown -R www-data storage
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community