Laravel 5.8 Boilerplate by Florian B.
- Authentication system (Using the
artisan make:auth
command)- 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-helper
library) - Laravel Debugbar (With the
barryvdh/laravel-debugbar
library) - Laravel N+1 Query Detector (With the
beyondcode/laravel-query-detector
library)
- IDE Helper (With the
- French translations (Based on the
caouecs/laravel-lang
library) - Timezone set on
Europe/Paris
- Configuration
defaultStringLength
set to191
(for possible compatibility issues) - Remove default routes for
api
,channels
, andconsole
- Add the
.idea
folder to the.gitignore
file
- 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.