Download the PHP package nick-kh/new-voyager without Composer
On this page you can find all versions of the php package nick-kh/new-voyager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nick-kh/new-voyager
More information about nick-kh/new-voyager
Files in nick-kh/new-voyager
Package new-voyager
Short Description A Laravel Admin Package for The Control Group to make your life easier and steer your project in the right direction
License MIT
Homepage https://voyager.devdojo.com/
Informations about the package new-voyager
๐ New Voyager Admin Panel for Laravel 12
A powerful and modern admin panel for Laravel 12, designed to make your development process faster and more efficient.
โจ Prerequisites
Requirement | Version |
---|---|
Laravel | 12.0 |
PHP | 8.3 |
MySQL | 5.7 |
๐ฆ Installation Guide
๐ ๏ธ Setting Up Laravel Project
- Install new Laravel project
-
Enter project root directory and run:
-
Configure environment:
- Create
.env
file - Configure database (MySQL recommended)
- Create
-
Generate application key:
-
Create storage link:
-
Install and build assets:
- Run migrations:
๐ฏ Installing New-Voyager Package
-
Install the package:
Note: if you receive error like this:
- laravel/framework is locked to version v12.2.0 and an update of this package was not requested.
- carbonphp/carbon-doctrine-types 3.2.0 conflicts with doctrine/dbal 3.9.2.
Just delete composer.lock file and run command again
-
Choose installation type:
-
Start the development server:
Then visit:
http://localhost:8000/admin
- Default Admin Credentials (if installed with dummy data):
๐ฅ Admin User Management
Assign admin privileges to existing user:
Create new admin user:
๐ Documentation
For comprehensive documentation, visit the Official Voyager Documentation ๐
๐ License
This project is licensed under the MIT License - see the LICENSE file for details.
All versions of new-voyager with dependencies
illuminate/support Version ~8.0|~9.0|~10.0|~11.0|~12.0
intervention/image Version ^2.7
doctrine/dbal Version 3.9.2
laravel/ui Version >=1.0
arrilot/laravel-widgets Version ^3.7
league/flysystem Version ~1.1|~2.0|~3.0
ext-json Version *