Skip to content

girishkv/laravel-modified-backpack

Repository files navigation

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 hello@tabacitu.ro instead of using the issue tracker.

Credits

License

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published