https://github.com/devfaysal/miupaa.org
MIU Pharmacy Alumni Association
https://github.com/devfaysal/miupaa.org
Last synced: 8 months ago
JSON representation
MIU Pharmacy Alumni Association
- Host: GitHub
- URL: https://github.com/devfaysal/miupaa.org
- Owner: devfaysal
- Created: 2019-07-17T03:32:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T09:05:38.000Z (about 6 years ago)
- Last Synced: 2025-03-09T02:53:19.680Z (over 1 year ago)
- Language: PHP
- Homepage: https://miupaa.org
- Size: 3.52 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
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 ``