Skip to content

Files

Latest commit

eff69c1 · Jul 12, 2016

History

History
58 lines (35 loc) · 1.72 KB

readme.md

File metadata and controls

58 lines (35 loc) · 1.72 KB

Backpack\Demo

Laravel BackPack's demo, which includes all Backpack packages.

Subscribe to the newsletter to be announced of any major updates or breaking changes.

Example generated CRUD interface

Install

  1. Run in your terminal:
$ git clone https://github.com/Laravel-Backpack/demo.git backpack-demo
  1. Set your database information in your .env file (use the .env.example as an example);

  2. 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"

Usage

  1. Register a new user at http://localhost/backpack-demo/public/admin/register
  2. Your admin panel will be available at http://localhost/backpack-demo/public/admin
  3. [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.

Example generated CRUD interface

Change log

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.