orz14 / orz-stack
The skeleton application for the Laravel starter kit project.
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:project
Requires
- php: ^8.1
- cviebrock/eloquent-sluggable: ^10.0
- guzzlehttp/guzzle: ^7.2
- laravel/framework: ^10.10
- laravel/sanctum: ^3.3
- laravel/socialite: ^5.11
- laravel/tinker: ^2.8
- livewire/livewire: ^3.3
- opcodesio/log-viewer: ^3.1
- propaganistas/laravel-disposable-email: ^2.2
- spatie/laravel-flash: ^1.9
- spatie/laravel-permission: ^6.3
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.9
- fakerphp/faker: ^1.9.1
- laravel/pint: ^1.0
- laravel/sail: ^1.18
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^7.0
- phpunit/phpunit: ^10.1
- spatie/laravel-ignition: ^2.0
README
About ORZ Stack
ORZ Stack is the skeleton application for the Laravel starter kit project. It comes equipped with a system authentication that includes both basic authentication and socialite authentication. Additionally, ORZ Stack includes several built-in packages that I frequently use, such as Tailwind CSS, Livewire, Eloquent Sluggable, and many more. It offers a feature-rich boilerplate to kickstart your project and expedite your development process. Now, you're ready to create your awesome project.
System Requirements
- PHP >= 8.1
- Composer
- NodeJS & NPM/PNPM
- MySQL
Installation
- Create a new ORZ Stack project via Composer's create-project command:
composer create-project orz14/orz-stack app-name
- Once the project has been created, migrate the database:
cd app-name
php artisan migrate
- Finally, start Laravel's local development server using Laravel Artisan's serve command:
php artisan serve
- Open the browser and go to http://localhost:8000 or http://app-name.test
License
The Laravel framework is open-sourced software licensed under the MIT license.
Created with 💜 by ORZCODE