In Laravel with the use of migration, you can create tables in the database.
Using this you can also update the existing table structure.
In this tutorial, I show you 2 ways to update table structure using migration in Laravel 8.
Our PHP tutorials are up to date and well explained step-by-step using live examples so you can learn PHP fast and you can download scripts.
In Laravel with the use of migration, you can create tables in the database.
Using this you can also update the existing table structure.
In this tutorial, I show you 2 ways to update table structure using migration in Laravel 8.
With the use of Dropzone, you can easily add drag & drop file upload area. It displays a thumbnail after file upload but does not display a downloadable link.
In this tutorial, I show how you can add download file link in the Dropzone container after file is uploaded successfully in Laravel 8.
jQuery UI autocomplete allows user to select an item from the suggestion list based on the typed value.
You can load suggestion list with and without AJAX.
In this tutorial, I show how you can add jQuery UI autocomplete on your page and load PostgreSQL database data using AJAX and PHP.
A foreign key is a field that is used to establish the relationship between two tables via the primary key (You can also use a non-primary field but not recommended).
In this tutorial, I show how you can add a foreign key constraint while creating a table using migration in the Laravel 8 project.
With pagination, you can display lots of data on the page in an effective way.
You can implement this easily using DataTables jQuery plugin.
In this tutorial, I show how you can create DataTables AJAX pagination with search and sort from PostgreSQL database using PHP.
© 2016-2022 Makitweb, All rights reserved