Laravel 8 has released on September 8th, 2020 with the new amazing features. Every time, Laravel improves the features, security patches from it’s previous version. Laravel 8 introduces the features like Jetstream, model factory classes, migration squashing, job batching, improved rate limiting, queue improvements, dynamic Blade components, Tailwind pagination views, time testing helpers, and many more. […]
How to Implement Column Filter in Laravel 7 Yajra Datatable
Yajra datatable provides a customized way to manage a large number of data set. You can easily filter out, sort the data from the table. There are various features of using the Yajra datatable. By using the Yajra datatable column filter, you can search for any record in a particular column. I have already shared […]
How to Create a Custom Taxonomy in WordPress
You can create custom taxonomy and term fields in WordPress. Sometimes, we require to create a custom category and it’s meta fields which cannot be achieved by the default taxonomy. This can give you a customized layout with contents in the WordPress template. The custom taxonomy and term fields will depend upon the template layout. […]
How to Create Custom Post Types in WordPress
The template hierarchy in WordPress is a really cool feature to manage a WordPress website. If you are familiar with this architecture then you can build a custom website. The WordPress template hierarchy provides post types, taxonomy, archives, singular page, and many more. Also, it contains the custom post types and WordPress taxonomy. That means […]
Laravel 7 RESTful APIs For Todo App with Passport Auth
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 […]
React Login and Registration App Using Laravel 7 API
Registration and Login is a core functionality of any application. If you are creating an application that will have certain access for certain users. Then definitely you will have to create the login and sign up procedure before diving into the application. So, you can say that the Login and sign up is the initial […]
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. […]
Create a CRUD App in React.js Using Laravel 7 RESTful API
In React.js you can create an interactive UI by combining the different components together. In this post, we are going to create a Reactjs CRUD application. For managing the data and database operations, we will be using the RESTful APIs. You are already familiar with the term RESTful APIs. For the back-end, we will be […]
- « Previous Page
- 1
- …
- 16
- 17
- 18
- 19
- 20
- …
- 22
- Next Page »