coredump / app
Coredump application.
Installs: 53
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 1
Type:project
Requires
- php: ^7.2.5
- coredump/jdd-api: ^0.3.0
- coredump/jdd-flow: ^0.2.2
- coredump/jdd-theme: dev-master
- fideloper/proxy: ^4.0
- fruitcake/laravel-cors: ^2.0
- laravel/framework: ^7.0
- laravel/horizon: ^4.3
- laravel/passport: ^9.2
- laravel/socialite: ^5.0
- laravel/tinker: ^2.0
- laravel/ui: ^2.0
- predis/predis: ^1.1
Requires (Dev)
- beyondcode/laravel-dump-server: ^1.0
- caleeli/unit-test-doc: dev-master
- filp/whoops: ^2.0
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- nunomaduro/collision: ^4.1
- phpunit/phpunit: *
This package is auto-updated.
Last update: 2024-10-29 05:11:08 UTC
README
PHP 7.1^ composer NodeJS Redis Extensiones PHP:
- openssl
- mbstring
- sqlite3
Start a new project
You could change the name of the project: my_project
composer create-project --prefer-dist --stability dev coredump/app my_project
cd my_project
php artisan app:config
php artisan app:install
npm install
npm run dev
php artisan serve
ionic
- Go to your new project: cd ./ionic
- Run ionic serve within the app directory to see your app in the browser
- Run ionic capacitor add to add a native iOS or Android project using Capacitor
- Generate your app icon and splash screens using cordova-res --skip-config --copy
- Explore the Ionic docs for components, tutorials, and more: https://ion.link/docs
- Building an enterprise app? Ionic has Enterprise Support and Features: https://ion.link/enterprise-edition