Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 1.98 KB

README.md

File metadata and controls

70 lines (45 loc) · 1.98 KB

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.