Support the ongoing development of Laravel.io →
Installation
Last updated 1 year ago.
0

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.

0

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

Last updated 7 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

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.