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
Start a rocket journey towards the stars when creating a new Laravel projects with super powers.
We built this by adding some awesome tools. They are included as standard in this template, and some of them are also pre-configured.
You can create a new project using this template by running:
composer create-project descompilando/asteroid-blank eros
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.
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.