Skip to content

I created a simple CRUD application using AJAX for smooth operations and efficient data handling.

Notifications You must be signed in to change notification settings

Majid-Razzaq/laravel-11-CRUD-ajax

Repository files navigation

screencapture-localhost-8000-2024-09-12-20_52_08

Requirements

  • Laravel 11
  • PHP 8.1
  • Composer 2.x

Getting Started

  • Clone the repository.
  • Run composer install to install dependencies.
  • Change the .env.example to .env and add your database info
  • Set up your database configuration in the .env file.
  • Run php artisan migrate to set up the necessary tables.
  • Implement and customize as needed.
composer install
php artisan migrate
php artisan serve

Releases

No releases published

Packages

No packages published