badarnadeem / laravel-backpack

Laravel backpack is a Laravel package that can be used for building custom admin panels. The package speeds up the development process by enabling fast implementation of CRUD operations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backpack\Demo

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

Security updates and breaking changes

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.

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"
$ php artisan db:seed --class=NewsTablesSeeder

Usage

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

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.

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.

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.

Credits

License

Backpack is free for non-commercial use and 39 EUR/project for commercial use. Please see License File and backpackforlaravel.com for more information.

About

Laravel backpack is a Laravel package that can be used for building custom admin panels. The package speeds up the development process by enabling fast implementation of CRUD operations.

License:Other


Languages

Language:JavaScript 84.9%Language:PHP 14.2%Language:HTML 0.9%