rabeea-gw / gw-starter
Starter for new GW projects
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rabeea-gw/gw-starter
Requires
- php: ^8.0.2
- illuminate/console: ^9.21
- illuminate/filesystem: ^9.21
- illuminate/support: ^9.21
- illuminate/validation: ^9.21
Conflicts
- laravel/framework: <9.19.0
README
Usage:
- Create a fresh Laravel app
composer create-project laravel/laravel example-app |OR| laravel new example-app
- Enter the project directory
cd example-app
- Install the package
composer require rabeea-gw/gw-starter
- 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 🚀