Laravel Archives - Tuts Make https://www.tutsmake.com/category/laravel-tutorial/ Tutorials Maker Fri, 22 Dec 2023 13:11:05 +0000 en-US hourly 1 https://www.tutsmake.com/wp-content/uploads/2018/12/cropped-favicon-1024-1-1-32x32.png Laravel Archives - Tuts Make https://www.tutsmake.com/category/laravel-tutorial/ 32 32 Laravel withSum Where Condition Query Example Tutorial https://www.tutsmake.com/laravel-withsum-where-condition-query-example-tutorial/ https://www.tutsmake.com/laravel-withsum-where-condition-query-example-tutorial/#respond Thu, 07 Dec 2023 04:12:44 +0000 https://www.tutsmake.com/?p=29011 withSum where condition laravel; In this tutorial, we will show you how to withSum relationship query with where conditions in laravel 10|9|8 applications. In this example, we will consider a system where you have a database with “Orders” and “Products”

The post Laravel withSum Where Condition Query Example Tutorial appeared first on Tuts Make.

]]>
https://www.tutsmake.com/laravel-withsum-where-condition-query-example-tutorial/feed/ 0
Laravel Convert Word To PDF Tutorial https://www.tutsmake.com/laravel-convert-word-to-pdf-tutorial/ https://www.tutsmake.com/laravel-convert-word-to-pdf-tutorial/#respond Tue, 05 Dec 2023 14:44:16 +0000 https://www.tutsmake.com/?p=28997 Convert Word docx file to PDF file in Laravel; In this tutorial, you will learn how to convert Word docx file to pdf file in Laravel using dompdf and phpoffice/phpword library. How to Convert Word To PDF in Laravel 10|9|8

The post Laravel Convert Word To PDF Tutorial appeared first on Tuts Make.

]]>
https://www.tutsmake.com/laravel-convert-word-to-pdf-tutorial/feed/ 0
Laravel Get Data Between Two Dates https://www.tutsmake.com/laravel-get-data-between-two-dates/ https://www.tutsmake.com/laravel-get-data-between-two-dates/#respond Mon, 04 Dec 2023 14:36:24 +0000 https://www.tutsmake.com/?p=28987 In this tutorial, you will learn how to get data between two dates in laravel using whereBetween, where and whereDate eloquent methods. In Laravel, retrieving data between two dates is a common requirement for applications that need to analyze or

The post Laravel Get Data Between Two Dates appeared first on Tuts Make.

]]>
https://www.tutsmake.com/laravel-get-data-between-two-dates/feed/ 0
Laravel Database Seeder Factory Not Found https://www.tutsmake.com/laravel-database-seeder-factory-not-found/ https://www.tutsmake.com/laravel-database-seeder-factory-not-found/#respond Tue, 21 Nov 2023 14:17:12 +0000 https://www.tutsmake.com/?p=28965 If you found a class database factory seeder not found error, while working in laravel apps; So in this tutorial, you will learn how to fix class database factory seeder not found error in laravel. Class Database Seeder Factory Not

The post Laravel Database Seeder Factory Not Found appeared first on Tuts Make.

]]>
https://www.tutsmake.com/laravel-database-seeder-factory-not-found/feed/ 0
Laravel Insert Current Date Time into Database Tutorial https://www.tutsmake.com/laravel-insert-current-date-time-into-database-tutorial/ https://www.tutsmake.com/laravel-insert-current-date-time-into-database-tutorial/#respond Wed, 15 Nov 2023 05:15:47 +0000 https://www.tutsmake.com/?p=28938 Inserting the current date and time into a Laravel database is a fundamental need to keep track of when records are created or updated. This tutorial covers some common methods and provides examples for inserting the current date and time

The post Laravel Insert Current Date Time into Database Tutorial appeared first on Tuts Make.

]]>
https://www.tutsmake.com/laravel-insert-current-date-time-into-database-tutorial/feed/ 0
Laravel 10 Currency Exchange Converter Tutorial https://www.tutsmake.com/laravel-10-currency-converter-tutorial-example/ https://www.tutsmake.com/laravel-10-currency-converter-tutorial-example/#respond Sat, 04 Nov 2023 20:06:58 +0000 https://www.tutsmake.com/?p=11246 If you want to make currency exchange converter in laravel 10 apps; So, In this tutorial, you will learn how to make currency exchange rate converter in laravel 10 applications using free apis without using any package. Laravel 10 Currency

The post Laravel 10 Currency Exchange Converter Tutorial appeared first on Tuts Make.

]]>
https://www.tutsmake.com/laravel-10-currency-converter-tutorial-example/feed/ 0
Laravel 10|9 Store JSON Format Data in Database Tutorial https://www.tutsmake.com/laravel-9-store-json-format-data-to-database/ https://www.tutsmake.com/laravel-9-store-json-format-data-to-database/#respond Wed, 25 Oct 2023 03:23:29 +0000 https://www.tutsmake.com/?p=17637 Laravel 10|9 saves JSON format data into MySQL database; In this tutorial, we will learn how to insert/save/store JSON data into MySQL using laravel 10|9 apps. This tutorial will guide you step by step on how to insert/store/save JSON format

The post Laravel 10|9 Store JSON Format Data in Database Tutorial appeared first on Tuts Make.

]]>
https://www.tutsmake.com/laravel-9-store-json-format-data-to-database/feed/ 0
Laravel 10|9|8 Phone Number Validation Example Tutorial https://www.tutsmake.com/laravel-phone-number-validation-example/ https://www.tutsmake.com/laravel-phone-number-validation-example/#respond Tue, 24 Oct 2023 11:52:42 +0000 https://www.tutsmake.com/?p=9597 Phone/mobile number validation in laravel 10|9|8; In this tutorial, you will learn how to validate unique, min and max mobile or phone number validation in laravel 10|9|8; In any laravel form, you have phone or mobile number field. At that

The post Laravel 10|9|8 Phone Number Validation Example Tutorial appeared first on Tuts Make.

]]>
https://www.tutsmake.com/laravel-phone-number-validation-example/feed/ 0
laravel ‘mix’ is not recognized as an internal or external command https://www.tutsmake.com/laravel-mix-is-not-recognized-as-an-internal-or-external-command/ https://www.tutsmake.com/laravel-mix-is-not-recognized-as-an-internal-or-external-command/#respond Fri, 13 Oct 2023 13:12:35 +0000 https://www.tutsmake.com/?p=28747 When working with Laravel, you may come across an error that says “‘mix’ is not recognized as an internal or external command.” This error occurs when you’re trying to run a mix-related command, such as npm run dev, and Laravel

The post laravel ‘mix’ is not recognized as an internal or external command appeared first on Tuts Make.

]]>
https://www.tutsmake.com/laravel-mix-is-not-recognized-as-an-internal-or-external-command/feed/ 0
Laravel: ‘cross-env’ is not recognized as an internal or external command https://www.tutsmake.com/laravel-cross-env-is-not-recognized-as-an-internal-or-external-command/ https://www.tutsmake.com/laravel-cross-env-is-not-recognized-as-an-internal-or-external-command/#respond Thu, 12 Oct 2023 13:30:35 +0000 https://www.tutsmake.com/?p=28739 When you face the error message “‘cross-env’ is not recognized as an internal or external command” in a Laravel project, it’s commonly related to an issue with your environment variables or the configuration of your project. This error is related

The post Laravel: ‘cross-env’ is not recognized as an internal or external command appeared first on Tuts Make.

]]>
https://www.tutsmake.com/laravel-cross-env-is-not-recognized-as-an-internal-or-external-command/feed/ 0