Satyam Jaiswalprogrammingbaba.hashnode.dev·Aug 25, 2023Laravel Interview Questions and AnswersLaravel is a free open-source "PHP framework" based on the MVC design pattern.It is created by Taylor Otwell. Laravel provides expressive and elegant syntax that helps in creating a wonderful web application easily and quickly.DiscussLaravel
Imali Susanimalisusan.hashnode.dev·Aug 19, 2023Beginner’s Guide to Laravel: Slugs, don’t say eewIn Laravel, a "slug" is a user-friendly URL segment that is typically derived from a string such as a title or name. Slugs are used to create more readable and SEO-friendly URLs for resources like articles, blog posts, or other content. Slugs often r...DiscussBeginner’s Guide to LaravelLaravel
Imali Susanimalisusan.hashnode.dev·Aug 19, 2023Beginner’s Guide to Laravel: Mastering CRUD OperationsIntroduction Laravel, a popular PHP framework, has revolutionized web development with its elegant syntax and robust features. In this guide, we will focus on mastering CRUD operations using Laravel, using a "Post" model as an example. By following a...Discuss·1 like·50 readsBeginner’s Guide to LaravelLaravel
Imali Susanimalisusan.hashnode.dev·Aug 9, 2023Beginner’s Guide to Laravel: Model View Controller ArchitectureIntroduction In the world of web development, maintaining clean and organized code is essential for building scalable and maintainable applications. Laravel provides developers with a powerful architectural pattern called MVC (Model-View-Controller) ...DiscussBeginner’s Guide to LaravelLaravel
Imali Susanimalisusan.hashnode.dev·Aug 1, 2023Beginner’s Guide to Laravel: Let’s do authentication in 10 minutesIntroduction Authentication refers to the process of verifying the identity of users accessing a web application. It ensures that only authorized users are allowed to perform certain actions or access specific resources within the application. Larave...Discuss·10 likesBeginner’s Guide to LaravelLaravel
Funmilayo Fagoyinbofunmifagoyinbo.hashnode.dev·Nov 26, 2022Deploying a Laravel Real-Life App on Ubuntu 20.04If you're looking for a fun project to enable you to work with Linux servers, install applications with their dependencies, and their deployment, here is one. The Laravel application used in this article is an open-source project which will help you ...Discuss·228 readsLaravel 5
Tina Modilaraveldeveloper.hashnode.dev·Aug 31, 2022Ultimate Laravel Performance Optimization GuideAny business application's prosperity is to a great extent subject to versatility and improvement. Each developer ought to have the option to furnish their clients with the productivity of the Laravel application as it connects with this. Laravel is ...Discuss·28 readsLaravel
StarBox Technologiesstarboxtech.hashnode.dev·May 23, 2022Top 5 Back-End Frameworks in 2022Have you ever come across a simply stunning website? There are no other words to describe it adequately. It has the ideal aesthetic, and everything appears to be in its proper place. Then you start looking through it and realise it's all a ruse. Noth...Discuss·1 like·193 readsDjango
Kindnessrhokindnesso.hashnode.dev·May 3, 2022Multi Authentication In Laravel Using GuardsLaravel multi authentication is a feature in Laravel that allows you to have users with different roles such as admin and user on your Laravel application. Let's say you want to create a blog website where users can sign up to read, like, comment and...Discuss·81 readsauthentication
Shani Singhtechtoolindia.com·Mar 27, 2022How to send mail in laravel 9Send MAIL In Laravel 9 Today I am going to explain how you can send MAIL using SMTP in Laravel 9. Laravel UI Installation. I have installed the laravel Now we will open the code in Editor. Step - 1 Open .env file and change the MAIL Provider SMTP Det...Discuss·1.0K readsLaravel