Buy Dream Webbuydream.hashnode.dev·Jun 15, 2024Apple’s IOS 18 Lets You Schedule Messages, Customize AppsiOS 18: A Personalized Experience with Personalized Apps and Scheduled Texts With iOS 18, consumers will be able to customize their iPhone experience and have more control over their gadgets. The ability to alter app looks and schedule messages are t...Discussios18
Ahmed Abdelaalahmedabdelaal.hashnode.dev·Apr 29, 2024Custom Error Pages in LaravelLaravel makes it easy to display custom error pages for various HTTP status codes. For example, to customize the error page for 404 HTTP status codes, create a resources/views/errors/404.blade.php view template. This view will be rendered for all 404...Discuss·10 likes·82 readsLaravel
Ahmed Abdelaalahmedabdelaal.hashnode.dev·Apr 23, 2024Error Handling in laravel 11If you need to completely overwrite the exception handler class, you may use the withSingletons method in your application's bootstrap/app.php to register which class will be handled when Laravel tries to resolve \Illuminate\Contracts\Debug\Exception...Discuss·10 likes·86 readsoverwite