Laravel Basic Project
A Laravel 5.6 basic project
Table of Contents
Description
This is just an initialized Laravel 5.5 project with some changes that I always do in my projects
Usage
composer create-project alextigaer/laravel-basic-project ProjectName --prefer-dist.
Changes
The files modified are the following:
Directories
- Created 'app\Exceptions\User'
- Created 'app\Models'
- Created 'app\Repositories'
- Created 'app\Repositories\Contracts'
- Created 'app\Repositories\User'
- Created 'resources\lang\it'
- Created 'resources\views\auth\backend'
- Created 'resources\views\auth\layouts'
Files
- Created
- Edited
- Removed
Features
- Added Bootstrap 4
- Custom error page
TODO
//
Contributing
Feel free to suggest anything! Use pulls or contact me :)
License
This project is licensed under the MIT license. Made with love, let's share it! :)