moawiaab / q-theme
quaser theme for Jetstream and laravel 11
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:Vue
README
Install Quasar or Vuetify interface in Laravel Application
Description
You can create controller, resources, requests and model. Via user interface from the development page. You can also add fields to the table with some properties...etc
Installation method
1- install laravel
laravel new project_name
2 - select Laravel Jetstream
3 - select Vue with Inertia
OR Run this
laravel new project_name --jet
4 - add moawiaab/q-theme package by
composer require moawiaab/q-theme
5 - publish - moawiaab/q-theme
php artisan vendor:publish
6 - install moawiaab/q-theme and select quasar
php artisan q-theme:install
7 - run migrations
php artisan migrate --seed
8 Login
email : admin@admin.com password: password