pro-cms / voyager
A Laravel Admin Package to make your life easier and steer your project in the right direction
v8
2023-04-11 10:03 UTC
Requires
- php: ^8.0|^8.1
- ext-json: *
- composer/composer: ^2.0
- doctrine/dbal: ^3.3
- emptynick/voyager-tiptap: *
- guzzlehttp/guzzle: ^7.4
- illuminate/contracts: ^8.0|^9.0|^10.0
- illuminate/support: ^10.0
- inertiajs/inertia-laravel: ^0.6.9
- intervention/image: ^2.7
- spatie/laravel-image-optimizer: ^1.7
- tightenco/ziggy: ^1.4
Requires (Dev)
- v8
- v7
- v5
- 3.0
- 2.x-dev
- 2.2
- 2.1
- 1.x-dev
- 1.8.x-dev
- 1.6.x-dev
- 1.4.x-dev
- 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-patch-1
- dev-2.x-vue3
- dev-2.x-spa
- dev-2.x-uiupdates
- dev-dependabot/npm_and_yarn/jquery-3.5.0
This package is auto-updated.
Last update: 2024-12-12 17:54:26 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.