https://github.com/devfaysal/laravel-based-ecommerce
https://github.com/devfaysal/laravel-based-ecommerce
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devfaysal/laravel-based-ecommerce
- Owner: devfaysal
- Created: 2019-06-25T04:43:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T06:51:55.000Z (about 6 years ago)
- Last Synced: 2025-03-09T02:53:19.545Z (over 1 year ago)
- Language: HTML
- Size: 2.71 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel web app starting point
### Following packages/Libraries used
- [Laravel Permission by Spatie](https://github.com/spatie/laravel-permission)
- [Modular Admin Html](https://github.com/modularcode/modular-admin-html)
### Installation Instruction
- Clone the repository `` git clone https://github.com/devfaysal/laravel-starter.git your_project_name``
- Enter to the project folder `` cd your_project_name ``
- Install composer packages `` composer install ``
- Copy .env.example to .env `` cp .env.example .env ``
- Generate encryption key `` php artisan key:generate ``
- Update the .env file with database credentials
- Run migration `` php artisan migrate ``
- Seed database `` php artisan db:seed ``
- Run the server `` php artisan serve ``
- Visit [localhost:8000/admin/login](http://localhost:8000/admin/login) `` email: faysal@faysal.me Password: password ``