Using Composer Overview Composer is a dependency manager for PHP akin to npm for Node and Bundler for Ruby. Composer is provided with...
Viewing PHP settings Overview Default PHP settings may be viewed either as a standalone page or within an application using phpinfo() or ini_get()....
Working with Laravel config:cache Laravel provides a static cache utility via Artisan to collapse configuration under config/ into a single file to boost performance. Configuration...
Writing to files Overview PHP operates as a separate user to enhance security across the server. In the event of a hacking event...