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.
- 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 --class="Backpack\Settings\database\seeds\SettingsTableSeeder"
$ php artisan db:seed --class=NewsTablesSeeder
- Register a new user at http://localhost/backpack-demo/admin/register
- Your admin panel will be available at http://localhost/backpack-demo/admin
- [optional] If you're building an admin panel, you should close the registration. In config/backpack/base.php look for "registration_open" and change it to false.
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 39 EUR/project for commercial use. Please see License File and backpackforlaravel.com for more information.