Laravel 5.8 Boilerplate by Florian B.
- Authentication system (Using the
artisan make:authcommand)- Seeder for a default user (email:
admin@local.dev, password:admin)
- Seeder for a default user (email:
- Third-party libraries for more efficient development
- IDE Helper (With the
barryvdh/laravel-ide-helperlibrary) - Laravel Debugbar (With the
barryvdh/laravel-debugbarlibrary) - Laravel N+1 Query Detector (With the
beyondcode/laravel-query-detectorlibrary)
- IDE Helper (With the
- French translations (Based on the
caouecs/laravel-langlibrary) - Timezone set on
Europe/Paris - Configuration
defaultStringLengthset to191(for possible compatibility issues) - Remove default routes for
api,channels, andconsole - Add the
.ideafolder to the.gitignorefile
- 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
The Laravel framework is open-source software licensed under the MIT license.