I am building this as starting point for all my future Shopify apps
You can clone the repository:
git clone https://github.com/niveshsaharan/shark.git
Or Use this template to generate a project directly from this template.
- Clone/Use this template
- Run
composer install
- Run
npm install
- Run
npm run dev
- Run
php artisan migrate
Laravel Nova is used to build the admin panel so if you need to use it, you must have a valid licence for Laravel Nova. If you don't have it, you can get it by visiting https://nova.laravel.com
Once you have the licence, you can run following command to install it:
php artisan shark:admin:install
Create an admin user by running following command:
php artisan shark:admin:user
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email hey@nive.sh instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.