Skip to content

pseudoparenchymatous/meals-on-wheels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meals on Wheels Laravel Application

This is a Laravel-based web application. This guide will help you set up the project for local development.

­🚀 Getting Started

1. Clone the repository

git clone <repository-url>
cd <project-directory>

2. Install PHP Dependencies

composer install

3. Install JavaScript Dependencies

npm install
npm run build

4. Set Up Environment Variables

cp .env.example .env

5. Generate Application Key

php artisan key:generate

6. Set Up the Database

php artisan migrate

7. Create Storage Link

php artisan storage:link

8. Start Development Server

composer run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5