fkeloks / laravel-boilerplate
The Laravel Framework - Boilerplate by Florian B.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 0
Open Issues: 2
Type:project
Requires
- php: ^7.1.3
- fideloper/proxy: ^4.0
- laravel/framework: 5.8.*
- laravel/tinker: ^1.0
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.2
- barryvdh/laravel-ide-helper: ^2.6
- beyondcode/laravel-dump-server: ^1.0
- beyondcode/laravel-query-detector: ^1.0
- filp/whoops: ^2.0
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- nunomaduro/collision: ^3.0
- phpunit/phpunit: ^7.5
This package is not auto-updated.
Last update: 2025-01-11 08:47:59 UTC
README
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
)
- 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
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.