Code With Shashikashashikadev.hashnode.dev·Jan 21, 2024Encrypting Laravel (9.x) .env fileWhat is Laravel .env ? In Laravel, the .env file is a configuration file that holds various environment-specific configuration settings for your application. It's a plaintext file where you can define key-value pairs, with each pair representing a co...Discuss·39 readsLaravel
Kalaivani Rajendrankalair92.hashnode.dev·Aug 10, 2023How to Install Laravel on Ubuntu 20.04 with NginxConfigure Nginx Server on Ubuntu 20.04 This guide will walk you through the process of installing Nginx on your Ubuntu 20.04 server and then configuring it alongside PHP and a Laravel Project. What is Nginx? Nginx (pronounced "engine-x") is a popular...Discuss·4 likes·54 readsLaravel
Yussuf Mussayussufmussa.hashnode.dev·Jun 20, 2023Add Google reCAPTCHA in Laravel Breeze RegistrationStep 1: Obtaining reCAPTCHA Keys Go to the Google reCAPTCHA website (https://www.google.com/recaptcha) and sign in with your Google account. Click the + sign and fill in the details as follows: Label: use the domain name of your application reCAPTCHA...DiscussWeb Development
Laiba Razi Khanlaiba.hashnode.dev·Mar 24, 2023Update -> Laravel1.We will place a button in the list we want to update View-{button}/backend View-{button}/FrontEnd In web.php we'll take two routes one will be for getting all the stuff that has to be edited and the other will be put which will help in updating...Discussupdate
Daniel Effiongdanieleffiong.hashnode.dev·Feb 26, 2023#100DaysOfLaravel Day 7Did you know: There's a shorthand syntax for assigning a value to a component attribute inLaravel blade #sigma_dev #100DaysOfLaravel #LaravelTips #100DaysOfCode day 7 PS: Credit where due, most of the tips I post come from here: https://github.com/L...Discuss·40 readsLaravel StreakPHP
Daniel Effiongdanieleffiong.hashnode.dev·Feb 15, 2023#100DaysOfLaravel Day 1Did you know: In Laravel blade, you can use the $loop variable to check if a loop is at its first or last iteration, rather than using $i and $i++ combo. #sigma_dev #100DaysOfLaravel #LaravelTips #100DaysOfCode day 1 PS: Credit where due, most of th...Discuss·1 like·38 readsLaravel StreakLaravel
Hayatu Abubakarhayatu.hashnode.dev·Jan 28, 2023Writing Custom Exceptions in Laravel 9In every codebase, there is always one error that it throws, and will definitely not make sense for it to be shown to the user. An example is the Page not Found or 404 error. In cases like that, it is better to show the user a page explaining that th...Discuss·388 readsLaravel 9
Anthony Nguyễnanthony9981.hashnode.dev·Jan 12, 2023Multiple Authentication trong Laravel 9Vấn đề Một web app thường thấy sẽ căn bản có hai phần. Phần CMS để admin sử dụng để quản lí những content của trang, phần app để cho người dùng sử dụng. Để thiết kế được một web app như trên, chúng ta sẽ thêm role vào user để có thể phân quyền, như v...Discuss·52 readsLaravel
roshan shrestharoshanbabuwa.hashnode.dev·Nov 22, 2022Quick setup the Bootstarp and Laravel 9 in few steps 🚀1) Project Setup: I am going to use the composer to setup everything here. composer create-project laravel/laravel simple-project-name This will basically setup the new laravel project in your machine. Once the setup is complete, cd simple-project-na...Discuss·9 likes·396 readsLaravel
Tina Modilaraveldeveloper.hashnode.dev·Nov 7, 2022Laravel 9: Open the Interesting Highlights Here!Laravel has been on the lookout for quite a long time and has acquired incredible notoriety and clients' trust. Being an exceptionally versatile stage, it is investing amounts of energy into presenting new deliveries with new highlights and functiona...Discuss·38 readsLaravel