michaelrushton / laravel-vue-crm
Laravel Vue CRM
Package info
github.com/MichaelRushton/laravel-vue-crm
Type:project
pkg:composer/michaelrushton/laravel-vue-crm
dev-main
2026-03-24 21:25 UTC
Requires
- php: ^8.5
- inertiajs/inertia-laravel: ^2.0
- laravel/framework: ^13.1
- laravel/horizon: ^5.45
- laravel/tinker: ^3.0
Requires (Dev)
- fakerphp/faker: ^1.24
- laravel/pail: ^1.2
- laravel/pint: ^1.29
- laravel/telescope: ^5.18
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.9
- pestphp/pest: ^4.4
- pestphp/pest-plugin-laravel: ^4.1
This package is auto-updated.
Last update: 2026-03-24 21:25:44 UTC
README
A CRM built in Laravel and Vue.
Installation
composer create-project michaelrushton/laravel-vue-crm . -s dev --no-install
bin/app install
The app will be accessible at http://localhost and the Mailpit dashboard at http://localhost:8025.
Database connection details:
Host: 127.0.0.1
Port: 5432
Database: db
Username: postgres
Password:
Commands
bin/app help # List available commands bin/app install # Install the app bin/app start # Start the Docker containers bin/app stop # Stop the Docker containers bin/app dev # Clear cache and watch for changes bin/app format # Run Prettier and Laravel Pint bin/app npm [command] # Run an npm command bin/app php [command] # Run a php command bin/app composer [command] # Run a composer command bin/app vendor [executable] # Run a vendor/bin executable bin/app artisan [command] # Run an artisan command bin/app [command] # Run an artisan command (shorthand)