Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goldcoders-corp/vuetified
Laravel Starter App Using Vue ,Vuetify, and InertiaJS.
https://github.com/goldcoders-corp/vuetified
inertiajs laravel laravel-echo laravel-echo-server laravel-websockets laravel8x vue vuejs2 vuetified vuetify
Last synced: about 2 months ago
JSON representation
Laravel Starter App Using Vue ,Vuetify, and InertiaJS.
- Host: GitHub
- URL: https://github.com/goldcoders-corp/vuetified
- Owner: codeitlikemiley
- License: mit
- Created: 2017-07-26T13:15:14.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T08:09:47.000Z (almost 2 years ago)
- Last Synced: 2024-06-07T04:32:16.645Z (7 months ago)
- Topics: inertiajs, laravel, laravel-echo, laravel-echo-server, laravel-websockets, laravel8x, vue, vuejs2, vuetified, vuetify
- Language: PHP
- Homepage:
- Size: 25.1 MB
- Stars: 381
- Watchers: 29
- Forks: 88
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - Vuetified - Laravel 8 starter app ![Laravel](https://img.shields.io/badge/Laravel-8-F13C2F.svg?logo=laravel&logoColor=F13C2F) (🙌 Projects using Vuetify <a name="projects"></a> / Vuetify 2)
README
## Vuetified
> Updated for Laravel 8.0 , Working Vuetify Loader Set with Inertia JS## Stacks
- laravel echo (broadcasting realtime events)
- inertiajs (state)
- vuejs 2.6 + vuetify 2.4 (UI)
- vform & vee-validate v2 (form handling)
- ziggy (routing on UI)## Requirements
- php 7.4 / 8.0
- Node >= 12.0 +
- fnm (optional for switching node versions)
- laravel valet (optional)## Installation
1. git clone https://github.com/codeitlikemiley/vuetified YOURPROJECTNAME
2. cd YOURPROJECTNAME
3. composer install
4. yarn
5. cp .env.example .env
6. php artisan websockets:generate
7. php artisan migrate:fresh --seed## [Using Websocket](https://beyondco.de/docs/laravel-websockets/getting-started/introduction) to [broadcast Events](https://laravel.com/docs/8.x/broadcasting)
- php artisan websocket:serve## Development
- npm run watch## Production
- php artisan ziggy:generate
- uncomment routes.js on plugins## Issues
If you have seen any bugs please report it by making an [issue.](https://github.com/codeitlikemiley/vuetified/issues)## Support
If you need support you can contact our [Facebook Page](https://www.facebook.com/goldcodersdev)## Pull Request
If you want to add components to be part of vuetified please make a [pull request.](https://github.com/codeitlikemiley/vuetified/pulls)