bludata / laravel-seed
The Laravel Framework - Custom by Bludata
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 9
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.0.0
- fideloper/proxy: ~3.3
- laravel/framework: 5.5.*
- laravel/tinker: ~1.0
Requires (Dev)
- brianium/paratest: ^1.0
- filp/whoops: ~2.0
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~6.0
This package is not auto-updated.
Last update: 2024-11-10 05:14:13 UTC
README
Prerequisites
$ curl -sSL https://get.docker.com/ | sh
Installing
Create a new project with composer
$ composer create-project bludata\laravel-seed <project_name> --prefer-dist
or
Create a new project with Git
$ git clone --single-branch https://github.com/bludata/laravel-seed <project_name>
Start all containers with docker-compose
:
$ cd <project_name>
$ docker-compose up -d
Wait for all containers be started and run composer
and npm
inside container server
:
$ docker-compose exec server composer install
$ docker-compose exec server npm install
After installing all the dependencies, execute gulp
inside the container server
:
$ docker-compose exec server gulp build
Running the tests
We use PHPUnit for unit tests, run it inside server
container:
$ docker-compose exec server gulp test
And coding style tests
We use PHP-FIR PSR's recommendations, before send some code, please run an php-cs-fixer
on your code and respect those standards.
Built With
- Laravel - The PHP Framework For Web Artisans
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Acknowledgments
- To make the world better, start with you