Fetch distinct value in laravel
Friends, many times there is such data inside the database which keeps repeating multiple times and what we need is that we need only unique answers from them, I am…
Friends, many times there is such data inside the database which keeps repeating multiple times and what we need is that we need only unique answers from them, I am…
Friends, in today's tutorial we will learn file uploading with the help of Laravel. There are many types of forms which are official forms, in which we have to upload…
Laravel is a PHP framework that provides a lot of features and tools to build web applications quickly and easily. One of the most common operations in web applications is…
Friends, many times we face such a situation when we have to make our website multi-language multi-language supporter so that the users coming to our website can understand our instructions…
Friends, many times we have to add such features to our website that we have to rate the invoice of the customer and give it to him or we have…
Friend, many times we face such a situation when we have to share some of our data, some files, some products etc. on social sites, whether it is our PHP…
Friends, in today's tutorial we will learn aggregate functions. Aggregate functions means that we will run sum operation, average operation, count operation inside our database, overall I would say a…