This is a simple Laravel project for an online grocery store.
- PHP >= 7.3
- MySQL
- Composer
- Clone the repository:
git clone https://github.com/yjgoh28/laravel-grocery-store.git
- Change into the project directory:
cd laravel-grocery-store
- Install dependencies using Composer:
composer install
-
Update the
.env
file with your database connection details (database name, username, and password). -
Run the database migrations:
php artisan migrate
- 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.
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.