We've put together a working Laravel app (backend-only), that you can install on your machine. This should make it easier to:
In this Demo repository, we've:
Don't use this demo to start your real projects. Please use the recommended installation procedure. You don't want all the bogus entities we've created. You don't want all the packages we've used. And you definitely don't want the default admin user. Start from scratch.
If you just want to take a look at the Backpack interface and click around, you don't need to install the Demo. Take a look at demo.backpackforlaravel.com - we've installed for you. The online demo is wiped and reinstalled every hour, on the hour.
1) In your Projects
or www
directory, wherever you host your apps:
git clone https://github.com/Laravel-Backpack/demo.git backpack-demo
2) Set your database information in your .env
file (use .env.example
as an example);
3) Install all the requirements:
cd backpack-demo
composer install
4) Populate the database and stuff:
php artisan key:generate
php artisan migrate
php artisan db:seed --class="Backpack\Settings\database\seeds\SettingsTableSeeder"
php artisan db:seed
Once everything's installed, and your database has been set up:
[email protected]
, password admin
config/backpack/base.php
to change this and other preferences.car
;vhost configurations
Depending on your vhost configuration you might need to access the application via a different url, for example if you're using
artisan serve
you can access it on http://127.0.0.1:8000/admin - if you're using Laravel Valet, then it may look like http://backpack-demo.test/admin - you will need to access the url which matches your systems configuration. If you do not understand how to configure your virtual hosts, we suggest watching Laracasts Episode #1 to quickly get started.
Then you'll love our premium add-ons - productivity tools and tons of new features.