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

Different Development Web FrameWork

0.14.5 2021-03-11 10:38 UTC

README

laravel-logolockup-rgb-red.png

68747470733a2f2f6261636b7061636b666f726c61726176656c2e636f6d2f70726573656e746174696f6e2f696d672f6261636b7061636b2f6c6f676f732f6261636b7061636b5f6c6f676f5f636f6c6f722e706e67

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