Laravel’s Eloquent, the Object-Relational Mapper (ORM), is a powerful tool that simplifies interacting with your database. But its true potential shines when it comes to managing relationships between different data sets. Understanding and utilizing these relationships effectively is crucial for…
oklaravel.com
Basic Tutorial Announcement Examples Database Packages Security Testing Advanced Topic Mastering Laravel Cookies: A Guide to Writing, Reading, Updating, and Deleting Cookies Laracon: A Must-Attend Conference for Laravel Developers How to remove public from URL (Shared Hosting) in Laravel? Subscribe to Ok Laravel
Introduction:Are you tired of dealing with the complexities of image uploads in your TinyMCE editor? Look no further! In this tutorial, we will show you how to effortlessly handle server-side image uploads in TinyMCE using the powerful Laravel framework. By…
Introduction:In web development, generating PDFs is a common requirement for tasks such as generating invoices, creating reports, or providing printable content to users. Laravel, a popular PHP framework, offers various libraries and packages to simplify PDF generation. One such package…
Introduction:Cookies are an essential component of modern web applications, enabling developers to store and retrieve data on the client-side. Laravel, a popular PHP framework, provides a simple and efficient way to manage cookies. In this blog post, we’ll delve into…
Inertia.js is a powerful framework that allows you to build modern, reactive single-page applications using Laravel and your favorite front-end frameworks, such as Svelte, React, and Vue.js. Inertia.js provides the benefits of server-side rendering while still allowing you to write…
Laracon is a conference dedicated to Laravel, one of the most popular PHP web application frameworks. This conference provides Laravel developers and enthusiasts with a unique opportunity to learn, network, and stay up-to-date with the latest advancements in Laravel technology….
Attention Laravel developers! Are you up for a challenge and looking to earn some extra cash? Look no further, because the Laravel core team has announced a bug hunt for the next release in Laravel Framework: Laravel 10. For this…
To create a new notification class in Laravel 9, you can use the make:notification Artisan command. This command will generate a new notification class in the app/Notifications directory. Here is an example of how to use the make:notification command to…
Laravel is a popular PHP framework for web development. It is developed and maintained by Taylor Otwell and beautiful mind at Laravel Team and contributes. There are many packages available that can make your day-to-day development work easier and more…
Because in shared hosting, we can not customize the public folder name. So, we need to remove the public folder from the URL. Laravel has its public folder, and when we host our application on a shared hosting, we can…