Learning is fun

in #honouree2 years ago

First and foremost the things I have learned for the past few weeks are mostly about Laravel and Laragon. When it comes to Laravel and Laragon we first need to run the software, if you have not installed it yet you need to install it. Well, the thing is I have no single clue about this thing called Laravel and laragon but I learned how to install it step by step. As the installation went by I faced a lot of problems that I encountered first there was a lack of requirements when it came to installation you needed to perfect the steps so that it wouldn't have an issue. If you have a lack of requirements it won't proceed as you want. After I installed it simply tried to learn and understand the configuration so that I could configure my database in PHP. Next is Laravel Routing well at first I was kinda of having a hard time with this one because well I was learning this Im kinda of sleepy so I read it again to find out that, Laravel routing wells are mostly centralized and located within route files in the routes directory. The framework so-called Laravel routing automatically loads and then processes the routes you have during the runtime. Creating of controllers, well the controllers are organized request-handling logic, replacing closure functions in route files, Actions handled by the controller mostly GET, POST, and DELETE these actions create a significant amount of importance because you can retrieve some data or even delete some of the redundant data or a waste data. Laravel View, Laravel views can define a structure and create a layout of the application's user interface or what we call UI, And they are the ones who enable the creation of dynamic, reusable templates. Laravel View is important because it can help create layouts, which is the most important for creating the basic structure of webpages, and can be extended and customized with the help of using the sections. Laravel Response, Laravel's Response class offers a unique and versatile toolkit for handling HTTP requests and that generates the responses in the web applications. thus empowering us the developers to craft more dynamic and efficient responses that are required to their specific needs in the most efficient way we can. After learning about Laravel's Response, I learned the ability to create robust and more polished web applications that can meet the preferences of the users creating a smoother and easy-to-use web application. Database Configuration, well I have a bit of knowledge about this one mostly these are the data stored in and mostly required using CRUD, create, read, update, and delete these are the functions I recalled while learning this one but in Laravel, configuring a database connection using laravel is such simple. Just by simply updating the .env file with your database credentials, you're finished with no effort needed if you know what you're doing. No matter what Database you're using whether you're using MySQL, or SQLite, by using Laravel's PDO support ensures a seamless and robust integration. Laravel Session, Laravel session is a management tool that facilitates data persistence across user requests while improving web application functionality and usability. With the Laravel sessions, you have enhanced management so that you can effortlessly store the data and retrieve data, allowing features like user authentication and personalized experiences. Laravel Cookie, with the use of Laravel Cookie, simplifies cookie management, while offering various methods that you can use to either set, retrieve, and delete cookies easily. You can simply create, alter, and encrypt cookies using Cookie Facade or helper functions, which potentially improves user experience and application security. Cookies are a versatile tool in Laravel's toolset for developing dynamic online applications, whether they are used to track user activity or save preferences.

Posted using Honouree