LaravelPackages.net
Acme Inc.
Toggle sidebar
descompilando/asteroid-blank

Laravel complete boilerplate.

20
1
2.4.1
About descompilando/asteroid-blank

descompilando/asteroid-blank is a Laravel package for laravel complete boilerplate.. It currently has 1 GitHub stars and 20 downloads on Packagist (latest version 2.4.1). Install it with composer require descompilando/asteroid-blank. Discover more Laravel packages by descompilando or browse all Laravel packages to compare alternatives.

Last updated

asteroid-blank

Start a rocket journey towards the stars when creating a new Laravel projects with super powers.

Stack

We built this by adding some awesome tools. They are included as standard in this template, and some of them are also pre-configured.

Getting started

Creating a new project

You can create a new project using this template by running:

composer create-project descompilando/asteroid-blank eros

Building the assets

You must build the front-end asset before all, run:

npm install
npm run dev 

If you're not sure about what that means, check out here.

Serving

To check out your new app you need to serve it. There are several ways to do this, see:

You can use Laravel native serving

It will use PHP native hosting. Check out about that in the Laravel documentation.

php artisan serve

You can setup a Homestead environment

Homestead should be the best way to host if you are on Linux. It works on Vagrant and can also be run on Windows and Mac.

It is already available in Asteroid Blank out of the box, but you must perform your own setup. Check out the Homestead documentation the see how.

Comments