alextigaer / laravel-basic-project
A Laravel 5.6 basic project
1.6.3
2018-06-06 07:39 UTC
Requires
- php: >=7.1.3
- alextigaer/rep-o-matic: ~1.3.2
- fideloper/proxy: ~4.0
- laravel/framework: 5.6.*
- laravel/tinker: ~1.0
Requires (Dev)
- filp/whoops: ~2.0
- fzaninotto/faker: ~1.4
- mockery/mockery: ~1.0
- phpunit/phpunit: ~7.0
This package is not auto-updated.
Last update: 2025-03-02 07:17:09 UTC
README
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! :)