| Install | |
|---|---|
composer require orz14/orz-stack |
|
| Latest Version: | v1.1.8 |
| PHP: | ^8.1 |
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.
composer create-project orz14/orz-stack app-name
cd app-name
php artisan migrate
php artisan serve
The Laravel framework is open-sourced software licensed under the MIT license.
Created with 💜 by ORZCODE