This is a blank TALL-stack project using Streams.
- Users
- Files
- Navigation
- Admin Panel =======
composer create-project streams/streams:1.0.x-dev
cd streams
php artisan serve
- Clone this repository locally.
- Run
composer installwithin the project. - Run
cp .env.example .envand adjust as needed. - Run
php artisan key:generateto secure the install. - Use
php artisan serveto start your local web server. - Use
npm install && npm run devto start your dev server.
Your streams project is now ready for you to start coding.
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 migrateFirst-party packages: