emtudo / laravel-vue
Skeleton Laravel with Vue
Installs: 78
Dependents: 0
Suggesters: 0
Security: 0
Stars: 48
Watchers: 5
Forks: 9
Open Issues: 0
Type:project
Requires
- php: ^7.2.0
- artesaos/migrator: ^1.3
- codecasts/laravel-jwt: ^0.10.0
- doctrine/dbal: ^2.6
- fico7489/laravel-pivot: ^2.2
- fideloper/proxy: ^4.0
- hashids/hashids: ^3.0
- laravel/framework: 5.6.*
- laravel/socialite: ^3.0
- laravel/tinker: ^1.0
- owen-it/laravel-auditing: ^6.0
- resultsystems/monitor: ^0.2.0
- resultsystems/validation: ^5.1
- socialiteproviders/google: ^3.0
- socialiteproviders/twitter: ^3.0
- spatie/laravel-fractal: ^5.3
Requires (Dev)
- filp/whoops: ^2.0
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- nunomaduro/collision: ^2.0
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2024-10-12 22:03:52 UTC
README
Dependencies
- php 7.2
- mysql 5.7
- npm
- composer
How to install
How to install video In Portugues
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:
php artisan migrator
How to test
At the first terminal
php artisan serve
At the second terminal
npm run dev
Admin
- username: admin@user.com
- password: abc123