anomaly / streams
Streams is an open-source web application platform for Laravel.
Installs: 1 873
Dependents: 0
Suggesters: 0
Security: 0
Stars: 34
Watchers: 8
Forks: 13
Open Issues: 19
Type:project
Requires
- php: ^8.0.2
- guzzlehttp/guzzle: ^7.2
- laravel/framework: ^10.0
- streams/api: ^1.0
- streams/core: ^2.0
- streams/ui: ^1.0
Requires (Dev)
- 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
- streams/sdk: ^1.0
This package is auto-updated.
Last update: 2024-10-23 17:47:11 UTC
README
This is a blank TALL-stack project using Streams.
<<<<<<< HEAD
Features
- Users
- Files
- Navigation
- Admin Panel =======
Getting Started
develop
composer create-project streams/streams:1.0.x-dev
cd streams
php artisan serve
Cloning Manually
- Clone this repository locally.
- Run
composer install
within the project. - Run
cp .env.example .env
and adjust as needed. - Run
php artisan key:generate
to secure the install. - Use
php artisan serve
to start your local web server. - Use
npm install && npm run dev
to start your dev server.
Included Packages
<<<<<<< HEAD Your streams project is now ready for you to start coding.
Users
The package comes with the default Laravel App\Models\User
pre-defined. If you would like to use it, be sure to run migrations first.
php artisan migrate
Included Packages
First-party packages:
develop