xtwoend / template
my template base
dev-master
2016-03-29 08:16 UTC
This package is auto-updated.
Last update: 2026-02-22 14:06:48 UTC
README
my template for production
Setup
Add the package to your project
composer require xtwoend/template
Declare the service provider and the alias
Add the following line to your config/app.php file:
'providers' => [
// ...
// Other Service Providers
// ...
Xtwoend\TemplateServiceProvider::class,
],
Publish assets
php artisan vendor:publish --provider="Xtwoend\TemplateServiceProvider" --force
Install elixir npm
npm install
Run Gulp
gulp