xtwoend / template
my template base
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Type:package
This package is auto-updated.
Last update: 2024-10-22 11:01:49 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