Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emtudo/laravel-vue
Skeleton Laravel and Vue
https://github.com/emtudo/laravel-vue
api laravel skeleton spa vue
Last synced: about 21 hours ago
JSON representation
Skeleton Laravel and Vue
- Host: GitHub
- URL: https://github.com/emtudo/laravel-vue
- Owner: emtudo
- License: mit
- Created: 2018-05-12T19:15:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-19T12:03:11.000Z (about 6 years ago)
- Last Synced: 2024-04-17T08:11:47.874Z (7 months ago)
- Topics: api, laravel, skeleton, spa, vue
- Language: PHP
- Size: 1.06 MB
- Stars: 48
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Skeleton Laravel With Vuejs
## Dependencies
- php 7.2
- mysql 5.7
- npm
- composer## How to install
[How to install video In Portugues](https://www.youtube.com/watch?v=Vk-uuq3uuPI)
```shell
composer create-project emtudo/laravel-vue
cd laravel-vue
npm install
php artisan jwt:generate
```Configure the `.env` file after configuring run the command below to create the database:
```shell
php artisan migrator
```## How to test
At the first terminal
```shell
php artisan serve
```At the second terminal
```shell
npm run dev
```## Admin
- username: [email protected]
- password: abc123