Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laravel-streams/streams
Streams is an open-source web application multi-tool for Laravel.
https://github.com/laravel-streams/streams
Last synced: 5 days ago
JSON representation
Streams is an open-source web application multi-tool for Laravel.
- Host: GitHub
- URL: https://github.com/laravel-streams/streams
- Owner: laravel-streams
- License: mit
- Created: 2014-08-22T15:28:22.000Z (about 10 years ago)
- Default Branch: 1.0
- Last Pushed: 2024-05-23T16:57:38.000Z (6 months ago)
- Last Synced: 2024-09-22T16:36:16.954Z (about 2 months ago)
- Language: PHP
- Homepage: https://streams.dev
- Size: 4.45 MB
- Stars: 34
- Watchers: 8
- Forks: 13
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Starter Project
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-devcd 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.- [Configuration](https://streams.dev/docs/configuration)
- [Debugging](https://streams.dev/docs/debugging)## 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.
```bash
php artisan migrate
```## Included Packages
First-party packages:
- [Streams Core](https://streams.dev/docs/core)
- [Streams API](https://streams.dev/docs/api)
- [Streams UI](https://streams.dev/docs/ui)
=======
- [Streams Core](https://streams.dev/packages/streams/core)
- [Streams API](https://streams.dev/packages/streams/api)
- [Streams UI](https://streams.dev/packages/streams/ui)
>>>>>>> develop