Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zofe committed Oct 26, 2024
1 parent f1123b0 commit 1a1361e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

Create new laravel app then install rapyd-admin package.

(answer “y” to the question about writes "allow-plugins" to composer.json)

```bash
composer create-project --prefer-dist laravel/laravel myapp
cd myapp
Expand All @@ -20,6 +22,7 @@ composer require zofe/rapyd-admin
Then you can customize roles & permissions in app/Modules/Auth/permissions.php then run

```bash
php artisan rpd:make:home
php artisan rpd:make:auth

#then you can serve the app with
Expand Down

0 comments on commit 1a1361e

Please sign in to comment.