Download the PHP package joy/voyager-laravel-demo without Composer
On this page you can find all versions of the php package joy/voyager-laravel-demo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package voyager-laravel-demo
Joy Voyager - Laravel Demo
By 🐼 Ramakant Gangwar
Laravel Admin & BREAD System
Working Example
You can try Laravel Demo here https://joy-voyager.kodmonk.com.
Installation Steps
1. Clone repo/Install Using Composer
You can clone/install the Voyager Demo
with the following commands:
2. Add the DB Credentials & APP_URL
Next make sure to create a new database and add your database credentials to your .env file:
You will also want to update your website URL inside of the APP_URL
variable inside the .env file:
3. Run The Installer
Lastly, we can install voyager. You can do this either with or without dummy data. The dummy data will include 1 admin account (if no users already exists), 1 demo page, 4 demo posts, 2 categories and 7 settings.
To install Voyager without dummy simply run
If you prefer installing it with dummy run
And we're all good to go!
Start up a local development server with php artisan serve
And, visit http://localhost:8000/admin.
Creating an Admin User
If you did go ahead with the dummy data, a user should have been created for you with the following login credentials:
email:
[email protected]
password:password
NOTE: Please note that a dummy user is only created if there are no current users in your database.
If you did not go with the dummy user, you may wish to assign admin privileges to an existing user. This can easily be done by running this command:
If you did not install the dummy data and you wish to create a new admin user you can pass the --create
flag, like so:
And you will be prompted for the user's name and password.
All versions of voyager-laravel-demo with dependencies
dompdf/dompdf Version ^2.0
fideloper/proxy Version ^4.4
fruitcake/laravel-cors Version ^3.0
guzzlehttp/guzzle Version ^7.2
joy/core Version ^1.2
joy/voyager-api Version ^1.0
joy/voyager-bread-notification Version ^1.2
joy/voyager-bread-sample Version ^1.2
joy/voyager-bulk-update Version ^1.0
joy/voyager-core Version ^1.2
joy/voyager-dashboard Version ^1.0
joy/voyager-data-settings Version ^1.2
joy/voyager-data-type-settings Version ^1.2
joy/voyager-datatable Version ^1.0|^2.0
joy/voyager-duplicate Version ^1.0
joy/voyager-export Version ^1.0
joy/voyager-import Version ^1.0
joy/voyager-login-as-user Version ^1.2
joy/voyager-merge Version ^1.0
joy/voyager-relations-table Version ^1.0
joy/voyager-user-settings Version ^1.2
joy/voyager-widgets Version ^1.0
laravel/framework Version ~6.0|~7.0|~8.0|^9.0
laravel/pint Version ^1.1
laravel/sanctum Version ^3.0
laravel/tinker Version ^2.7
psr/simple-cache Version ^2.0
spatie/laravel-ignition Version ^1.4
spatie/laravel-responsecache Version ^7.4
symfony/filesystem Version ^5.4|^6.0
tcg/voyager Version ^1.5
tecnickcom/tcpdf Version ^6.4