voyager-admin / voyager
A Laravel Admin Package to make your life easier and steer your project in the right direction
Installs: 261
Dependents: 7
Suggesters: 0
Security: 0
Stars: 19
Watchers: 5
Forks: 2 668
Open Issues: 0
Language:Vue
Requires
- ext-json: *
- arrilot/laravel-widgets: ^3.7
- doctrine/dbal: ^2.5
- illuminate/support: ~6.0|~7.0
- intervention/image: ^2.4
- larapack/doctrine-support: ~0.1.4
- larapack/voyager-hooks: ~1.2.1
- laravel/ui: >=1.0
- league/flysystem: ~1.0.41
Requires (Dev)
- laravel/browser-kit-testing: >=5.0.0
- laravel/framework: ~6.0|~7.0
- orchestra/testbench: >=4.0
- orchestra/testbench-browser-kit: >=4.0
- phpunit/phpcov: >=6.0
- phpunit/phpunit: >=8.0
- 2.x-dev
- 1.x-dev
- 1.4.x-dev
- v1.4.2
- v1.4.1
- v1.4.0
- 1.3.x-dev
- v1.3.2
- v1.3.1
- v1.3.0
- 1.2.x-dev
- v1.2.7
- v1.2.6
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- 1.1.x-dev
- v1.1.12
- v1.1.11
- v1.1.10
- v1.1.9
- v1.1.8
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- 1.0.x-dev
- v1.0.17
- v1.0.16
- v1.0.15
- v1.0.14
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- v0.11.14
- dev-2.x-vite
- dev-create-pull-request/patch-1102296
- dev-create-pull-request/patch-aaee6ab
This package is auto-updated.
Last update: 2024-10-21 13:33:29 UTC
README
Voyager - The Missing Laravel Admin
Website | Documentation | Slack chatLaravel Admin & BREAD System (Browse, Read, Edit, Add, & Delete) for Laravel 8 and up!
Installation Steps
1. Require the Package
After creating your new Laravel application you can include the Voyager package with the following command:
composer require voyager-admin/voyager:"2.x-dev@dev"
2. Run The Installer
Now we are ready to install Voyager. To do so, run
php artisan voyager:install
And that's it. You can now go to http://[YOUR URL]/admin
and login with any existing user.