Skip to content

jasonyong12345/laravel-grocery-store

 
 

Repository files navigation

Laravel Grocery Store

This is a simple Laravel project for an online grocery store.

Requirements

  • PHP >= 7.3
  • MySQL
  • Composer

Installation

  1. Clone the repository:

git clone https://github.com/yjgoh28/laravel-grocery-store.git

  1. Change into the project directory:

cd laravel-grocery-store

  1. Install dependencies using Composer:

composer install

  1. Update the .env file with your database connection details (database name, username, and password).

  2. Run the database migrations:

php artisan migrate

  1. Start the development server:

php artisan serve

Now, visit http://127.0.0.1:8000 in your browser to access the Laravel Grocery Store application.

License

This project is open-sourced software licensed under the MIT license. To add this README.md file to your project:

Create a new file in the root directory of your project and name it README.md.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.9%
  • CSS 13.8%
  • PHP 5.8%
  • Blade 1.5%