iammilbert / practical

create laravel app. to register and login users, user adding items to database, delete items and edit items, also user can logout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Items Project Documentation

Introduction:

The Items Project is a CRUD (Create, Read, Update, Delete) application built using Laravel, SweetAlert2, jQuery, MySQL, and XAMPP. It allows users to manage items by performing various operations such as adding, editing, and deleting items.

Installation and Setup:

  1. XAMPP Installation:

  2. MySQL Database Setup:

    • Access phpMyAdmin from the XAMPP control panel.
    • Create a new database named practical.
    • migrate the table from your laravel project
  • assets/
    • bootstrap/: Bootstrap CSS and JavaScript files.
    • fontawesome/: Font Awesome icons.
    • jquery.min.js: jQuery library.
    • sweetalert2.min.js: SweetAlert2 library.
    • sweetalert2.min.css: SweetAlert2 CSS file.

Usage:

Ensure you are connected to the internet, to use the sweetalert live cdn

  1. Start XAMPP and ensure Apache and MySQL services are running.
  2. start laravel project
  3. Perform CRUD operations on items using the provided interface.

About

create laravel app. to register and login users, user adding items to database, delete items and edit items, also user can logout


Languages

Language:PHP 84.2%Language:Blade 15.5%Language:JavaScript 0.3%