Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kertnik05/laravel-vue
https://github.com/kertnik05/laravel-vue
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kertnik05/laravel-vue
- Owner: kertnik05
- Created: 2020-09-27T18:04:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T18:04:13.000Z (over 4 years ago)
- Last Synced: 2024-11-16T10:12:07.810Z (2 months ago)
- Language: PHP
- Size: 300 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel+Vue Boilerplate #
## Requirements before Installation
* PHP >= 7.3
* RDBMS (MySQL, PostgreSQL, etc.)
* BCMath PHP Extension
* Ctype PHP Extension
* Fileinfo PHP extension
* JSON PHP Extension
* Mbstring PHP Extension
* OpenSSL PHP Extension
* PDO PHP Extension
* Tokenizer PHP Extension
* XML PHP Extension## Quick Installation
1. Clone this repo
2. `cd `
3. `composer install`
4. Create a database
5. Create new file *.env*
6. Copy all the contents of *.env.example* to *.env*
7. Configure database in *.env*
8. Run `php artisan key:generate`
9. `php artisan migrate --seed` to create and populate tables
10. `php artisan serve` to start the app on http://127.0.0.1:8000/