The Todo app contains a task list that will gonna perform on a daily basis or specified time frame. For creating any task, we will require login into the application. So, the application will contain the user registration and login. For the authentication, I will be using the passport auth in the Laravel 7. I […]
Laravel 7 Yajra DataTable with Server Side Processing
Laravel datatable is a package to optimize the data by providing the features of sorting, paging, searching, etc. If you have thousands or millions of row containing the data then really it will be a slow process to load all the data. So, why don’t we try to load data in small chunks? This will […]
How to Use Http Client For Request Handling in Laravel 7
In the Laravel, you can create RESTful and SOAP API. These APIs can be integrated into the client-side application to get the data in the JSON or XML format. So, this can be very helpful when you want to keep your application to more secure and robust by separating the front-end and back-end. This makes […]
How to Send Email Using Gmail SMTP in Laravel 7
You can easily configure Gmail SMTP in Laravel 7 for sending an email. Laravel comes with different API based email drivers such as Mailgun, Sendgrid, etc. These API based email providers are much faster and secure for sending emails. You can use any of these for the faster service. These are much faster than SMTP. […]
How to Implement Yajra DataTable in Laravel 7
Laravel provides the inbuilt package for the datatables that is called Yajra datatable. You can install it in your project by adding the composer command. This will enable the functionality of the datatable like sorting, ordering, searching, etc. In this tutorial, I will show you a quick guide to implement the datatable in Laravel 7 […]
How to Implement Google Charts in Laravel 7
For representing any data in a graphical way the chart can be used. There are lots of charts available in JavaScript. We can use any of the chart libraries. In this post, I will be showing you a quick guide to implement Google Charts in Laravel 7. Google provides the different types of charts such […]
Laravel 7 RESTful APIs with Passport Authentication
Data security in APIs is a crucial challenge in any programming language. If you are creating any APIs for your web application then there might be a risk to access and misuse the APIs. Therefore the authentic request is required for every single call of the API. It will validate all the HTTP requests which […]
Laravel 7 Upload Multiple Images with Image Validation
Single and multiple Image uploading in Laravel 7 is not a difficult task in comparison to a core PHP. Laravel 7 provides the predefined functions for validating the image. Therefore, before uploading any image to the server, you can validate if the image has passed the validation criteria. In this post, I will guide you […]
Create a CRUD Application in Laravel 7
Laravel has released Laravel 7 on the 3rd of March 2020. Laravel 6.x was released on the LTS (Long Term Support) mode. In every release of Laravel version, it adds some new features and try to fix the previous bugs. Laravel major framework releases are released every six months (February and August), while minor and […]
How to Use Contact Form 7 in WordPress Custom Template
WordPress provides thousands of plugins to use. Some are paid and some are free to install and use. In this post, I am going to talk about the contact form in WordPress. There are lots of plugins for generating the contact form. We can integrate these plugins easily on the WordPress page. But what if […]
- « Previous Page
- 1
- …
- 16
- 17
- 18
- 19
- 20
- …
- 22
- Next Page »