nasrulhazim / arc8
coding is fun
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 2
Type:project
Requires
- php: ^7.4|^8.0
- appstract/laravel-options: ^5.2
- blade-ui-kit/blade-ui-kit: ^0.1.1
- calebporzio/sushi: ^2.1
- cleaniquecoders/laravel-observers: ^3.1
- cleaniquecoders/laravel-uuid: ^2.1
- fideloper/proxy: ^4.4
- fruitcake/laravel-cors: ^2.0
- guzzlehttp/guzzle: ^7.0.1
- lab404/laravel-impersonate: ^1.7
- laravel/framework: ^8.0
- laravel/jetstream: ^1.3
- laravel/sanctum: ^2.6
- laravel/tinker: ^2.0
- livewire/livewire: ^2.0
- mediconesystems/livewire-datatables: ^0.4.3
- owen-it/laravel-auditing: ^11.0
- spatie/laravel-activitylog: ^3.16
- spatie/laravel-medialibrary: ^9.0
- spatie/laravel-permission: ^3.17
- yadahan/laravel-authentication-log: ^1.3
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.5
- facade/ignition: ^2.3.6
- fzaninotto/faker: ^1.9.1
- mockery/mockery: ^1.3.1
- nunomaduro/collision: ^5.0
- nunomaduro/phpinsights: ^1.14
- phpunit/phpunit: ^9.3
This package is auto-updated.
Last update: 2024-10-18 19:21:47 UTC
README
arc8 is a boilerplate for starting up a new Laravel project, with pre-configured with common packages. see composer.json
for list of packages installed.
Create New Project
composer create-project nasrulhazim/arc8 app
Installation
Configure your .env
accordingly.
Then run bin/install
.
Development
There is few pre-built features provided in arc8
.
# Clear all caches
bin/clear-cache
# Apply PHP CS Fixer
bin/clear-cache
# Reload Database
bin/reload-db
Scheduler
Setup the cronjob as following format:
* * * * * /path-to-your-project/bin/run-scheduler
Contributing
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.
Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
Security Vulnerabilities
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.
License
The Laravel framework is open-sourced software licensed under the MIT license.