在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):the-control-group/voyager开源软件地址(OpenSource Url):https://github.com/the-control-group/voyager开源编程语言(OpenSource Language):PHP 85.1%开源软件介绍(OpenSource Introduction):Voyager - The Missing Laravel AdminMade with Website & Documentation: https://voyager.devdojo.com/ Video Tutorial Here: https://voyager.devdojo.com/academy/ Join our Slack chat: https://voyager-slack-invitation.herokuapp.com/ View the Voyager Cheat Sheet: https://voyager-cheatsheet.ulties.com/ Laravel Admin & BREAD System (Browse, Read, Edit, Add, & Delete), supporting Laravel 6 and newer!
Installation Steps1. Require the PackageAfter creating your new Laravel application you can include the Voyager package with the following command: composer require tcg/voyager 2. Add the DB Credentials & APP_URLNext 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
3. Run The InstallerLastly, 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 php artisan voyager:install If you prefer installing it with dummy run php artisan voyager:install --with-dummy And we're all good to go! Start up a local development server with Creating an Admin UserIf you did go ahead with the dummy data, a user should have been created for you with the following login credentials:
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: php artisan voyager:admin [email protected] If you did not install the dummy data and you wish to create a new admin user, you can pass the php artisan voyager:admin [email protected] --create And you will be prompted for the user's name and password. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论