rabeea-gw/gw-starter

Starter for new GW projects

1.0 2022-09-25 14:55 UTC

This package is auto-updated.

Last update: 2024-04-25 18:17:35 UTC


README

Usage:

  1. Create a fresh Laravel app
composer create-project laravel/laravel example-app |OR| laravel new example-app
  1. Enter the project directory
cd example-app
  1. Install the package
composer require rabeea-gw/gw-starter
  1. Run the following command:
php artisan gw:go
  • Copy FRONTEND_URL to your .env file and put the frontend url.
  • You can remove the package after you finish.

And you ready to go 🚀