This is a blank full stack project. Make something awesome with it!
- 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 server. - Use
npm install && npm run dev
to 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, besure to run migrations first.
php artisan migrate
First party packages: