Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

sohelamin's avatar

Laravel Admin Panel

I've build a simple admin panel package based on my crud generator.

https://github.com/appzcoder/laravel-admin

Please share your feedback on it :)

0 likes
2 replies
zardox's avatar

I am trying to install that Admin Panel . I created a new laravel package then issued the composer require. Following instructions at github.

When I run the command, I get error as follow :

php artisan laravel-admin:install

Config your database first

I created a sqlite database, but are there supposed to be migration files?

What is missing in the instructions that I thought was a bit confusing, is the first step actually to create a new laravel site? Then the command composer require appzcoder/laravel-admin:dev-master is run within that new project?

Please or to participate in this conversation.