Category: PHP Frameworks
Creating A New Laravel App With Initial Setup
How to create a new laravel app with initial setup and get everything up and running? To create your first Laravel app, you will require some prerequisites and here is what you will need to have installed: Composer WebServer; I
Laravel Events Introduction With Example
Laravel Events Events are one of the many powerful features of the Laravel. The event basically means the thing that happens or takes place, especially the one that is important. So, in Laravel’s case, events are triggered when some condition
Validation vs. Application Rules In CakePHP
CakePHP uses a two-layered approach to validation: 1. Validation It determines basic validity. It ensures that the data types, size, and format of data are correct. When we call newEntity() or patchEntity() methods, validations are triggered. For example, checking if
Methods of Debugging – PHP
Methods of Debugging by dumping information These methods are used for debugging in PHP. We can see the variable values in human-readable form on the console and can find errors in case there are issues due to variables incorrect values.
Collections in C#
Collections in C# Arrays Arrays are useful for creating and working with a fixed number of strongly typed objects. Problem with Arrays: 1. Fixed length 2. Insert similar data type elements Collections Collections are used to create and manage groups
Progress Bar Using AJAX/PHP
Progress Bar For Large Uploads Using AJAX/PHP Problem: When large files are being uploaded, a server at the back takes time to upload the same file. Users have to wait irrespective of knowing, whether the file is even being uploaded
How to set the values of Metadata (column fields) of Sharepoint Documents
How to set the values of Metadata(Column fields) of Sharepoint Documents Here is the code in C# which helps you to change the metadata field values of Sharepoint Files. //This manager class can be used to obtain a SharePointContext object
Paytm gateway integration in PHP
Paytm gateway integration in PHP Paytm is a very popular way to make payments these days. To integrate Paytm in our site we need to follow the given steps – Step 1. First, we need to create an account at
Fill a PDF form using C# console application
Fill a PDF form using C# console application We will be using the SyncFusion Package to fill out the PDF Form Fields. To add SyncFusion to your project follow these steps : 1. Go to Tool -> NuGet Package Manager