Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orz14/orz-stack
The skeleton application for the Laravel starter kit project.
https://github.com/orz14/orz-stack
laravel livewire php socialite tailwindcss vite
Last synced: 2 months ago
JSON representation
The skeleton application for the Laravel starter kit project.
- Host: GitHub
- URL: https://github.com/orz14/orz-stack
- Owner: orz14
- License: mit
- Created: 2023-12-18T08:26:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-03T06:13:48.000Z (7 months ago)
- Last Synced: 2024-10-07T23:10:04.106Z (3 months ago)
- Topics: laravel, livewire, php, socialite, tailwindcss, vite
- Language: PHP
- Homepage: https://stack.orzproject.my.id/
- Size: 2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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:
```bash
composer create-project orz14/orz-stack app-name
```- Once the project has been created, migrate the database:
```bash
cd app-name
php artisan migrate
```- Finally, start Laravel's local development server using Laravel Artisan's serve command:
```bash
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](https://opensource.org/licenses/MIT).
---
Created with 💜 by ORZCODE