Skip to content

abdelaliabouelhassan/memorials

Repository files navigation

Laravel Logo

Project Setup

make sure to have php 8.2 install

and node js version >= 20

and mysql database

steps

  • clone or download the project
  • open terminal and Navigate to Project Root
  • run composer install
  • run npm install
  • create a file name it .env
  • Locate the .env.example file and copy its contents.
  • Paste the copied content into the newly created .env file.
  • Inside the .env file, locate and update the following database configuration
    DB_DATABASE=
    DB_USERNAME=
    DB_PASSWORD=
  • run php artisan key:generate
  • run php artisan migrate

serve the project

  • run php artisan serve
  • run npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published