mrsmith123 / curateship
The CurateShip project.
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.2.5
- fideloper/proxy: ^4.2
- fruitcake/laravel-cors: ^1.0
- guzzlehttp/guzzle: ^6.3
- laravel/framework: ^7.0
- laravel/tinker: ^2.0
- laravel/ui: ^2.0
- nwidart/laravel-modules: ^7.1
- rachidlaasri/laravel-installer: ^4.1
Requires (Dev)
- facade/ignition: ^2.0
- fzaninotto/faker: ^1.9.1
- mockery/mockery: ^1.3.1
- nunomaduro/collision: ^4.1
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2024-11-10 22:23:08 UTC
README
Kindly run the following commands:
composer update
cp .env.example .env
php artisan key:generate
npm i
php artisan serve
- open a new tab of command line then run
gulp watch
ornpm run gulp watch