Skip to content

Developing a simple website application with login authentication function and CRUD (Create, Read, Update, Delete) system. Utilize the Laravel, Bootstrap, and MySQL.

Notifications You must be signed in to change notification settings

bagaspra16/laravel-crud

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Simple Laravel CRUD

Simple CRUD method with authentication login & regist

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • PHP >= 7.4
  • Composer
  • Node.js (for Laravel Mix)
  • MySQL
  • XAMPP

Installing

  1. Clone the repository:

    git clone https://github.com/bagaspra16/laravel-crud.git
    
  2. Navigate into the project directory:

    cd project-name
    
  3. Install Composer dependencies:

    composer install
    
  4. Copy .env.example to .env and configure your environment variables, especially the database connection settings:

    cp .env.example .env
    
  5. Generate the application key:

    php artisan key:generate
    
  6. Run the database migrations (Ensure your database connection is configured in .env):

    php artisan migrate
    
  7. Install npm dependencies and compile assets:

    npm install && npm run dev
    

Running Project

php artisan serve

Login Information!

Find the email & password login in database & seeders folder.

About

Developing a simple website application with login authentication function and CRUD (Create, Read, Update, Delete) system. Utilize the Laravel, Bootstrap, and MySQL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published