A Complete Guide To Managing User Permissions In Laravel Apps
You are authorized to access this article! Learn how to secure your Laravel application with simple roles and permissions.
You are authorized to access this article! Learn how to secure your Laravel application with simple roles and permissions.
During Shopware Community Unconference 2022, we heard a lot about an internal performance week at Shopware, where they took tie to optimize different parts of the core of the Shopware platform. These were mostly performance problems that also affect our customers. Naturally, we are super excited about them their release in version 6.4.11. In this blog post we will look at one improvement to category navigation loading.
OPcache is a form of caching system that caches precompiled script bytecode in a server's memory, allowing a web page to load faster each time a user accesses it. With the OPcache PHP OPcode caching system, you can speed up your website three times. In this article, we will discuss what is OPcache and how to use it to speed up your website.
If you're using PHP or adopting a PHP application, you need to know how to debug in PHP. Debugging PHP errors in a production environment is one of the most frustrating things a developer can go through. Identifying the underlying cause is challenging when error reports are ambiguous. Nobody enjoys debugging their code. However, if you want to create great web applications, you must fully complete the process.
This new release of Tideways includes tracking exceptions with codes, improved notifications, improved trace filtering and sorting, several new features for the Callgraph Profiler and changes to the PHP extension.
Every once in a while when browsing through open-source code, you will probably have come across internal functions that are either imported implicitly with use function array_map; like here in Doctrine or prefixed with the global namespace separator, for example \is_string($foo) like in Symfony. Curious beings as we are, you might wonder as did I: Why are they doing this? Do function calls not automatically fall back into the global namespace?
Caching is an essential tool for making web apps go fast. It's easy to implement but difficult to get right. In this article, Ashley Allen shows us how to implement caching using Laravel's built-in system, which supports multiple back-ends like Memcached and Redis.
PHP has become a popular choice for many to create out-of-the-box websites and web applications. So much so that most websites are powered by PHP today. A popular server-side scripting language, PHP offers many benefits in web development. If you need to create a web application or a full-fledged website for your business, then you can count on PHP to build top-notch solutions. PHP offers many advantages over other technologies empowering developers to create well-customized solutions for clients.
In this episode of Kongcast, I went all-in on PHP, Laravel and PHP developer tools with Freek Van der Herten, a backend developer at Spatie. Then, Freek demoed his new PHP debugging tool: Ray. Check out the transcript and video from our conversation below, and be sure to subscribe to get email alerts for the latest new episodes.