An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


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](https://opensource.org/licenses/MIT).