Skip to content

Commit 4fc1ccf

Browse files
committed
Merge branch 'main' of github.com:digital-entropy/laravel-nge
2 parents 24a3332 + c485149 commit 4fc1ccf

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

+23
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,29 @@ Nge is boosting your experience to onboard and deploy Laravel project. Nge is co
1111

1212
Laravel Nge is inspired by and derived from [Laravel Sail](https://github.com/shipping-docker/vessel).
1313

14+
## Prerequisites
15+
16+
- [Docker](https://docs.docker.com/engine/install/) installed
17+
- [Composer](http://getcomposer.org) Package Manager
18+
19+
## How to
20+
21+
1. `composer require dentro/nge:{version}`
22+
2. Run `php artisan nge:install` and choose containers. This command generate a `docker-compose.yml`.
23+
4. Run `./vendor/bin/nge up -d` to start your containers
24+
5. Run `./vendor/bin/nge artisan migrate` to migrate your database
25+
6. Access site via `http://localhost:80` by default.
26+
27+
### Run Container's Command
28+
29+
You can run commands via container such as `artisan`, `composer`, `npm`, `yarn`, `expose` and many more. You can run `./vendor/bin/nge --help|-h` to learn more about the available commands.
30+
31+
**Examples**
32+
33+
- `./vendor/bin/nge artisan make:controller` to make a controller
34+
- `./vendor/bin/nge composer require some/package` to require some/package into your `composer.json`
35+
- `./vendor/bin/nge yarn watch` to run host reload with `yarn` command. You can use `yarn`, `npm`, or `pnpm`.
36+
1437
## Contributing
1538

1639
Feel free to contribute by reporting new issues or make PRs.

0 commit comments

Comments
 (0)