https://github.com/trustworthydev/well-pedia
Japanese Health Care and Reporting Project using Laravel, PHP framework
https://github.com/trustworthydev/well-pedia
css3 eloquent-orm html5 javascript jquery laravel mysql php query-builder xserver
Last synced: 2 months ago
JSON representation
Japanese Health Care and Reporting Project using Laravel, PHP framework
- Host: GitHub
- URL: https://github.com/trustworthydev/well-pedia
- Owner: TrustworthyDev
- Created: 2024-04-08T18:26:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T06:20:56.000Z (about 2 years ago)
- Last Synced: 2025-01-25T11:09:30.897Z (over 1 year ago)
- Topics: css3, eloquent-orm, html5, javascript, jquery, laravel, mysql, php, query-builder, xserver
- Language: Blade
- Homepage: https://well-pedia.com
- Size: 37.1 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Metronic 7 + Laravel 7
### Introduction
...
### Installation
Laravel has a set of requirements in order to ron smoothly in specific environment. Please see [requirements](https://laravel.com/docs/7.x#server-requirements) section in Laravel documentation.
Metronic similarly uses additional plugins and frameworks, so ensure You have [Composer](https://getcomposer.org/) and [Node](https://nodejs.org/) installed on Your machine.
Assuming your machine meets all requirements - let's process to installation of Metronic Laravel integration (skeleton).
1. Open in cmd or terminal app and navigate to this folder
2. Run following commands
```bash
composer install
```
```bash
cp .env.example .env
```
```bash
php artisan key:generate
```
```bash
npm install
```
```bash
npm run dev
```
```bash
php artisan serve
```
And navigate to generated server link (http://127.0.0.1:8000)
### Copyright
...