ibraheem887 /
E-Commerce-Website
Developed an e-commerce website using Laravel for the backend and Blade template views for the frontend. Implemented features for product management, user authentication.
Loading repository data…
AbdullahAhmedthecoder / repository
An e-commerce website for coffee shops, developed using Laravel 9 and Bootstrap CSS for a smooth and responsive online shopping experience.
Laracoffee is a web application built using the Laravel framework that allows users to browse and order coffee products online.
To run Laracoffee locally, follow these steps:
Clone this repository:
git clone https://github.com/snykk/Laracoffee.git
Change to the project directory
cd laracoffee
Install the project dependencies
composer install
npm install
Copy the .env.example file to .env and configure your environment variables, including your database settings and any other necessary configuration.
copy .env.example .env
Generate an application key
php artisan key:generate
Create a symbolic link for the storage directory
php artisan storage:link
Set the filesystem disk to public in the .env file
FILESYSTEM_DISK=public
Migrate the database
php artisan migrate
Seed the database with sample data (optional):
php artisan db:seed
Start the development server
php artisan serve
Access the application in your browser at http://localhost:8000
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
git checkout -b feature-name.git commit -m 'Add some feature'.git push origin feature-name.This project is licensed under the MIT License.
Feel free to explore the application and give it a try yourself. If you have any questions or encounter any issues, please don't hesitate to reach out. Your feedback is greatly appreciated. Happy exploring!!!
Selected from shared topics, language and repository description—not editorial ratings.
ibraheem887 /
Developed an e-commerce website using Laravel for the backend and Blade template views for the frontend. Implemented features for product management, user authentication.