This package is abandoned and no longer maintained. No replacement package was suggested.

Different Development Web FrameWork

Maintainers

Package info

github.com/differentdevelopment/dwfw

Type:project

pkg:composer/different/dwfw

Statistics

Installs: 655

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.14.5 2021-03-11 10:38 UTC

README

About DWFW (Different Web Framework)

DFWF is based on Laravel, with Backpack.

Contributing

Thank you for considering contributing to the DWFW! The contribution guide can be found in the documentation.

Security Vulnerabilities

If you discover a security vulnerability within DWFW, please send an e-mail to the Different Development support via support@different.hu. All security vulnerabilities will be promptly addressed.

License

The DWFW is open-sourced software licensed under the MIT license.

Install

  • laravel new my-project (Laravel Installation)
  • cd my-project
  • composer config repositories.dwfw vcs git@github.com:differentdevelopment/dwfw.git
  • composer require different/dwfw:dev-master
  • set .env for database, mail
  • php artisan backpack:install
  • php artisan dwfw:install
  • (optional) composer require backpack/generators --dev
  • (optional) composer require laracasts/generators --dev
  • (optional) composer require barryvdh/laravel-debugbar --dev

Update

update to version 0.10.9

  • composer update
  • php artisan vendor:publish --provider="Different\Dwfw\DwfwServiceProvider" --tag=core.langs