https://github.com/fkeloks/laravel-boilerplate
Laravel 5.8 Boilerplate, by Florian B
https://github.com/fkeloks/laravel-boilerplate
auth boilerplate composer debugbar framework french laravel php
Last synced: 7 months ago
JSON representation
Laravel 5.8 Boilerplate, by Florian B
- Host: GitHub
- URL: https://github.com/fkeloks/laravel-boilerplate
- Owner: fkeloks
- Created: 2019-05-18T10:38:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T07:55:08.000Z (over 3 years ago)
- Last Synced: 2024-12-24T17:28:34.160Z (over 1 year ago)
- Topics: auth, boilerplate, composer, debugbar, framework, french, laravel, php
- Language: PHP
- Homepage: https://laravel.com/docs/5.8
- Size: 280 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
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`)
* 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](https://opensource.org/licenses/MIT).