Skip to content

ps8847/laravel_ajax_crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Laravel Ajax CRUD

Overview

The Laravel Ajax CRUD application is a CRUD (Create, Read, Update, Delete) application built using the Laravel framework and Ajax with jQuery. This application provides a seamless user experience by performing CRUD operations without reloading the page.

ajaxcrud

Features

  • CRUD Operations: Perform Create, Read, Update, and Delete operations on database records.
  • Ajax with jQuery: Utilizes Ajax requests with jQuery to perform asynchronous CRUD operations without page reload.
  • Seamless User Experience: Provides a smooth and responsive user interface without disrupting the user experience with page refreshes.
  • Laravel Framework: Built on the Laravel framework for secure and efficient web development.

How to Use

To use the Laravel Ajax CRUD application, follow these steps:

  1. Clone the Repository: Clone this repository to your local machine.

  2. Set Up Environment: Set up your local development environment with PHP, Composer, and MySQL.

  3. Migrate Table: Navigate to the project directory in your terminal and run the command:

    php artisan migrate
  4. Run the Project :

    php artisan serve

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published