fkeloks/laravel-boilerplate

The Laravel Framework - Boilerplate by Florian B.

v1.0.0 2019-05-18 16:05 UTC

README

68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667

Build Status Total Downloads Latest Stable Version License

Laravel 5.8 Boilerplate

Laravel 5.8 Boilerplate by Florian B.

Features - Changes from the official Laravel project

  • Authentication system (Using the artisan make:auth command)
    • Seeder for a default user (email: admin@local.dev, password: admin)
  • Third-party libraries for more efficient development
    • IDE Helper (With the barryvdh/laravel-ide-helper library)
    • Laravel Debugbar (With the barryvdh/laravel-debugbar library)
    • Laravel N+1 Query Detector (With the beyondcode/laravel-query-detector library)
  • French translations (Based on the caouecs/laravel-lang library)
  • Timezone set on Europe/Paris
  • Configuration defaultStringLength set to 191 (for possible compatibility issues)
  • Remove default routes for api, channels, and console
  • Add the .idea folder to the .gitignore file

System Requirements

  • PHP >= 7.1.3
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • Ctype PHP Extension
  • JSON PHP Extension
  • BCMath PHP Extension

License

The Laravel framework is open-source software licensed under the MIT license.