Laravel BackPack's demo, which includes all Backpack packages.
Please subscribe to the Backpack Newsletter so you can find out about any security updates, breaking changes or major features. We send an email every 1-2 months.
You can find the demo online at demo.backpackforlaravel.com, and play around. But some functionality is disabled, for security reasons (uploads, edits to users). If you want to run the demo without restrictions and/or make code edits and see how they're applied, you can install it on your own machine. See below.
- Run in your terminal:
git clone https://github.com/Laravel-Backpack/demo.git backpack-demo
-
Set your database information in your .env file (use the .env.example as an example);
-
Run in your backpack-demo folder:
composer install
php artisan key:generate
php artisan migrate
php artisan db:seed
- Your admin panel is available at http://localhost/backpack-demo/admin
- Login with email
admin@example.com
, passwordadmin
- [optional] You can register a different account, to check out the process and see your gravatar inside the admin panel.
- By default, registration is open only in your local environment. Check out
config/backpack/base.php
to change this and other preferences.
Note: Depending on your configuration you may need to define a site within NGINX or Apache; Your URL domain may change from localhost to what you have defined.
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email hello@tabacitu.ro instead of using the issue tracker.
Please subscribe to the Backpack Newsletter so you can find out about any security updates, breaking changes or major features. We send an email every 1-2 months.
Backpack is free for non-commercial use and 69 EUR/project for commercial use. Please see License File and backpackforlaravel.com for more information.
We've spend more than 10.000 hours creating, polishing and maintaining administration panels on Laravel. We've developed e-Commerce, e-Learning, ERPs, social networks, payment gateways and much more. We've worked on admin panels so much, that we've created one of the most popular software in its niche - just from making public what was repetitive in our projects.
If you are looking for a developer/team to help you build an admin panel on Laravel, look no further. You'll have a difficult time finding someone with more experience & enthusiasm for this. This is what we do. Contact us - let's see if we can work together.