In this article, we will see how to connect multiple databases in laravel 9 and laravel 10. we will learn how to use multiple database connections in laravel 9/10. Also, we will see laravel 9 multi...
Laravel MySQLIn this article, we will see how to create a custom helper function in laravel 9. As we all know laravel provides many in-built helper functions in their framework, but many times we...
Laravel PHPIn this article, we will see how to encrypt and decrypt strings in laravel 9. As we all know laravel framework provides more security to the user and that's why laravel provide encrypt of passw...
LaravelIn this article, we will see how to install yajra datatable in laravel 9. As we all used datatable on our backend side project, here we will show you the laravel 9 datatable examples or h...
Laravel PHP jQueryIn this article, we will see how to file upload in laravel 9 example. Here we will show you the laravel 9 file upload in the pubic folder example. In this example, you will learn how to upload file...
LaravelIn this article, we will see a datatable filter with a dropdown in laravel 9. Here we will add data tables with custom filters using fields and searching data without refreshing data...
Laravel PHP jQueryIn this article, we will see REST API with passport authentication in laravel 9. Also, we will perform CRUD operations with laravel 9 REST API. REST API is an application p...
Laravel PHPIn this article, we will see how to create autocomplete search in laravel 9. In this example, we will use ajax autocomplete textbox and get records from the database in laravel 9. Also, w...
Laravel PHP jQueryIn this article, we will see laravel 9 send bulk mail using queue. Laravel queue is used for sending bulk mail with a background process, as we know if we are sending single mail laravel...
Laravel PHPIn this article, we will see laravel 9 send an email with a pdf attachment. As we all know mail functionalities are common in all projects but if you want to send a mail with an attachment in some...
Laravel PHP